-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: urfave/cli
base: v1.4.0
head repository: urfave/cli
compare: v1.4.1
- 12 commits
- 5 files changed
- 4 contributors
Commits on Dec 2, 2014
-
Allow hiding of help flag without hiding help subcommand
By utilizing struct zero value
Configuration menu - View commit details
-
Copy full SHA for 780f839 - Browse repository at this point
Copy the full SHA 780f839View commit details
Commits on Dec 17, 2014
-
stop flag parsing after terminator --
Signed-off-by: David Wadden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d05d895 - Browse repository at this point
Copy the full SHA d05d895View commit details
Commits on Jan 8, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for 22dbe6f - Browse repository at this point
Copy the full SHA 22dbe6fView commit details -
Merge pull request #153 from codegangsta/allow-hiding-of-help-flag
Allow hiding of help flag without hiding help subcommand
Configuration menu - View commit details
-
Copy full SHA for 5b9e204 - Browse repository at this point
Copy the full SHA 5b9e204View commit details -
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...
Configuration menu - View commit details
-
Copy full SHA for 21d399c - Browse repository at this point
Copy the full SHA 21d399cView commit details -
Use double quotes in output for defaults
Windows doesn't recognize 's for wrapping values. "s should work on all systems.
Configuration menu - View commit details
-
Copy full SHA for 059c027 - Browse repository at this point
Copy the full SHA 059c027View commit details -
Merge pull request #167 from codegangsta/use-double-quotes-in-defaults
Use double quotes in output for defaults
Configuration menu - View commit details
-
Copy full SHA for aee5851 - Browse repository at this point
Copy the full SHA aee5851View commit details
Commits on Jan 9, 2015
-
strconv.ParseInt should be used instead of strconv.ParseUint when rea…
…ding Int Flags from envvars.
Configuration menu - View commit details
-
Copy full SHA for ef23aa6 - Browse repository at this point
Copy the full SHA ef23aa6View commit details -
Merge pull request #168 from szaydel/fixParseUint-Flag
strconv.ParseInt should be used instead of strconv.ParseUint when readin...
Configuration menu - View commit details
-
Copy full SHA for 3005aa4 - Browse repository at this point
Copy the full SHA 3005aa4View commit details -
Use 0 as the base when parsing ints
To be consistent with what the stdlib flag package does.
Configuration menu - View commit details
-
Copy full SHA for 44d4005 - Browse repository at this point
Copy the full SHA 44d4005View commit details -
Merge pull request #169 from codegangsta/use-0-as-int-base
Use 0 as the base when parsing ints
Configuration menu - View commit details
-
Copy full SHA for 9711275 - Browse repository at this point
Copy the full SHA 9711275View commit details -
Merge pull request #157 from dajulia3/pull_request
stop flag parsing after terminator --
Configuration menu - View commit details
-
Copy full SHA for bf4a526 - Browse repository at this point
Copy the full SHA bf4a526View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.4.1