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.6.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.7.0
Choose a head ref
  • 10 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 9, 2015

  1. changes to readme.md

    My-khael Pierce committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    e8af095 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2015

  1. changes to readme.md

    My-khael Pierce committed Apr 12, 2015
    Configuration menu
    Copy the full SHA
    a66d4d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. Merge pull request #211 from netbun/patch-1

    changes to readme.md
    jszwedko committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    30b361b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2015

  1. Readd printHelp function back

    But update signature to take a writer. This is a backwards incompatible
    change for those overriding the HelpPrinter, but the hope is that this
    feature is largely unused and the usage is easily updated.
    jszwedko committed May 4, 2015
    Configuration menu
    Copy the full SHA
    e842547 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from codegangsta/readd-print-help-function

    Readd printHelp function back
    jszwedko committed May 4, 2015
    Configuration menu
    Copy the full SHA
    2e64a10 View commit details
    Browse the repository at this point in the history
  3. do not print 'AUTHOR(S):' is there is no author

    Signed-off-by: Victor Vieux <[email protected]>
    vieux authored and jszwedko committed May 4, 2015
    Configuration menu
    Copy the full SHA
    7c041f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96ad929 View commit details
    Browse the repository at this point in the history
  5. Rename TestShowAppHelp to be more verbose

    Follow golang convention
    jszwedko committed May 4, 2015
    Configuration menu
    Copy the full SHA
    f952f5a View commit details
    Browse the repository at this point in the history
  6. Set writer when running command as app

    Also add test from #202 with
    slight modifications.
    jszwedko committed May 4, 2015
    Configuration menu
    Copy the full SHA
    b8104e5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #218 from codegangsta/add-another-help-test

    Set writer when running command as app
    jszwedko committed May 4, 2015
    Configuration menu
    Copy the full SHA
    4ee3faf View commit details
    Browse the repository at this point in the history
Loading