Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4ee3faf
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8cbee4b
Choose a head ref
  • 17 commits
  • 11 files changed
  • 6 contributors

Commits on May 4, 2015

  1. Set additional information on command's 'app'

    For completeness
    jszwedko committed May 4, 2015
    Configuration menu
    Copy the full SHA
    a889873 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2015

  1. Add instructions for distributing bash completion

    [ci skip]
    jszwedko committed May 10, 2015
    Configuration menu
    Copy the full SHA
    942282e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2015

  1. Configuration menu
    Copy the full SHA
    65d5001 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. Configuration menu
    Copy the full SHA
    f47f7b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2015

  1. Merge pull request #229 from saromanov/fix-missing-value

    Fix panic if Valus in Int/StringSliceFlasg is missing
    jszwedko committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    5d58d5b View commit details
    Browse the repository at this point in the history
  2. Aggregate errors from Before/After

    Previously `After` would overwrite any error from `Before`.
    jszwedko committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    7ed7a51 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #227 from databus23/global-flags-from-all-parents

    Collect global flags from the full command hierarchy
    jszwedko committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    854c521 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. Version and help check should look for local flags too

    Now that Global looks up the chain of contexts, the top level should
    access the flags without the prefix (i.e. Bool rather than GlobalBool).
    jszwedko committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    2272dad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #230 from codegangsta/do-not-swallow-after-error

    Aggregate errors from Before/After
    jszwedko committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    55b8924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    005b120 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2015

  1. Merge pull request #233 from codegangsta/add-flag-docs

    Add godoc comments to flag structs
    jszwedko committed Jun 5, 2015
    Configuration menu
    Copy the full SHA
    616b730 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Configuration menu
    Copy the full SHA
    4407569 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e04e926 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #232 from codegangsta/fix-231

    Version and help check should look for local flags too
    meatballhat committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    474704b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #241 from codegangsta/travis-update

    Update Travis config to run against more versions on faster CI
    jszwedko committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    11ce503 View commit details
    Browse the repository at this point in the history
  5. Fix tiny typo.

    wallclockbuilder committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    c7be972 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #244 from wallclockbuilder/patch-1

    Fix tiny typo.
    jszwedko committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    8cbee4b View commit details
    Browse the repository at this point in the history
Loading