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: v1.9.0
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.0
Choose a head ref
  • 12 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 13, 2015

  1. Configuration menu
    Copy the full SHA
    ef65245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb0b5a View commit details
    Browse the repository at this point in the history
  3. fix tests

    tristanz committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    aced6e8 View commit details
    Browse the repository at this point in the history
  4. allow overriding help name

    tristanz committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    cc46ca1 View commit details
    Browse the repository at this point in the history
  5. add tests

    tristanz committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    c7aac25 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Honor HideHelp and HideVersion

    App.Run does not check a.Hide{Help,Version} before checking it,
    as a result customers cannot define their own -v flag (e.g. for verbose)
    nodirt committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    c80fcac View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2015

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

Commits on Oct 6, 2015

  1. Merge pull request #280 from gummiboll/fix-for-testcommandignoreflags

    Added a flag for TestCommandIgnoreFlags
    jszwedko committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    f35cf68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #279 from nodirt/version

    Honor HideHelp and HideVersion
    jszwedko committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    88df06b View commit details
    Browse the repository at this point in the history
  3. Remove 'bitchass' from README

    Having needless derogatory words in the description of the project is just juvenile, and this stood out as a blemish on an otherwise pretty flawless introduction.
    Lowe Thiderman committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    be8ef15 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2015

  1. Merge pull request #267 from tristanz/master

    Add ArgsUsage field to document the use of arguments
    jszwedko committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    9039757 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #281 from thiderman/patch-1

    Remove 'bitchass' from README
    jszwedko committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    96f1fed View commit details
    Browse the repository at this point in the history
Loading