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.4.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.4.1
Choose a head ref
  • 12 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 2, 2014

  1. Allow hiding of help flag without hiding help subcommand

    By utilizing struct zero value
    jszwedko committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    780f839 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. stop flag parsing after terminator --

    Signed-off-by: David Wadden <[email protected]>
    matthewmcnew committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    d05d895 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Fix help text for generic flag to not insinuate that you can specify …

    …multiple
    
    Feels like it may have been copied from StringSliceFlag or something,
    but update the output to be more consistent with other single value
    flags.
    
    Also added comments to the String and Apply functions.
    jszwedko committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    22dbe6f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #153 from codegangsta/allow-hiding-of-help-flag

    Allow hiding of help flag without hiding help subcommand
    meatballhat committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    5b9e204 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #166 from codegangsta/fix-generic-flag-help-text

    Fix help text for generic flag to not insinuate that you can specify mul...
    meatballhat committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    21d399c View commit details
    Browse the repository at this point in the history
  4. Use double quotes in output for defaults

    Windows doesn't recognize 's for wrapping values. "s should work on all
    systems.
    jszwedko committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    059c027 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #167 from codegangsta/use-double-quotes-in-defaults

    Use double quotes in output for defaults
    meatballhat committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    aee5851 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. strconv.ParseInt should be used instead of strconv.ParseUint when rea…

    …ding Int Flags from envvars.
    szaydel committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    ef23aa6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from szaydel/fixParseUint-Flag

    strconv.ParseInt should be used instead of strconv.ParseUint when readin...
    jszwedko committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    3005aa4 View commit details
    Browse the repository at this point in the history
  3. Use 0 as the base when parsing ints

    To be consistent with what the stdlib flag package does.
    jszwedko committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    44d4005 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #169 from codegangsta/use-0-as-int-base

    Use 0 as the base when parsing ints
    meatballhat committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    9711275 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #157 from dajulia3/pull_request

    stop flag parsing after terminator --
    jszwedko committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    bf4a526 View commit details
    Browse the repository at this point in the history
Loading