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

Commits on Oct 13, 2015

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

Commits on Oct 17, 2015

  1. Merge pull request #282 from cactus/master

    make help and version parsing use actual specified values
    jszwedko committed Oct 17, 2015
    Configuration menu
    Copy the full SHA
    aba9469 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2015

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

Commits on Oct 19, 2015

  1. only display app version and help message once

    When processing the flags for -h/--help and -v/--version, only check
    the flags in checkVersion() and checkHelp() instead of also printing
    the associated message.
    
    This fixes the problem of `app -h` and `app -v` printing their output
    twice. The doubling was caused by printing the message once for each
    registred alias for the given flags (-h/--help and -v/--version).
    
    Resolves #285
    rmg committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    732e97a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #286 from mktmpio/dedup-help-and-version

    only display app version and help message once
    jszwedko committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    cffab77 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2015

  1. Merge pull request #284 from rbjorklin/readme-update

    Added coverage and reference logos to README.md
    jszwedko committed Oct 22, 2015
    Configuration menu
    Copy the full SHA
    f445c89 View commit details
    Browse the repository at this point in the history
Loading