GithubHelp home page GithubHelp logo

Order of files feels backwards about dap HOT 3 CLOSED

mgale avatar mgale commented on July 25, 2024
Order of files feels backwards

from dap.

Comments (3)

mgale avatar mgale commented on July 25, 2024 1

Originally I modeled the input after Patch and https://github.com/google/diff-match-patch
https://man7.org/linux/man-pages/man1/patch.1.html
https://github.com/google/diff-match-patch/wiki/API

The text describes the process as ".... differences is computed which describe the transformation of text1 into text2". I thought of it as:

dap <original> <desired_state>

However I am open to changing it, thoughts?

from dap.

DavidGamba avatar DavidGamba commented on July 25, 2024

That order also matches the order of git diff --no-index it seems. Mind if I submit a PR to have the error help changed to:

ERROR: Missing required arguments!
NAME:
    dap - Transforms <original> into <desired_changes>. Said another way, brings changes into <original> from <desired_changes>.

        Example: ./dap original desired_changes

SYNOPSIS:
    dap [--debug] [--dry-run] [--follow-sym-links] [--help|-h|-?]
        [--ignore-paths <string>]... [--include-hidden] [--report-only|-q]
        [--version|-V] <original> <desired_changes>

OPTIONS:
    --debug                    (default: false)

    --dry-run                  Dry-run skips updating the underlying file contents (default: false)

    --follow-sym-links         Follow symlinks (default: false)

    --help|-h|-?               (default: false)

    --ignore-paths <string>    Excludes pathnames from directory search, providing a value overrides the defaults of .git and .terraform (default: [])

    --include-hidden           Include hidden files and directories (default: false)

    --report-only|-q           Report only files that differ (default: false)

    --version|-V               (default: false)

from dap.

DavidGamba avatar DavidGamba commented on July 25, 2024

Fixed in #11

from dap.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.