-
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.11.0
head repository: urfave/cli
compare: v1.11.1
- 14 commits
- 7 files changed
- 6 contributors
Commits on Oct 30, 2015
-
Do not return error when flag parsing should be skipped
Signed-off-by: Nathan LeClaire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c538c37 - Browse repository at this point
Copy the full SHA c538c37View commit details -
Actually skip parsing of flags if SkipFlagParsing is set
Previous just skipped if firstFlagIndex was > -1
Configuration menu - View commit details
-
Copy full SHA for bc3cb33 - Browse repository at this point
Copy the full SHA bc3cb33View commit details -
When skipping flag parsing, still parse into arguments
Fool the FlagSet into thinking that all arguments are actually arguments rather than attempting to parse them as flags.
Configuration menu - View commit details
-
Copy full SHA for 6191d93 - Browse repository at this point
Copy the full SHA 6191d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cd49b1 - Browse repository at this point
Copy the full SHA 8cd49b1View commit details -
Use a test table and add --help test
Signed-off-by: Nathan LeClaire <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3323ab4 - Browse repository at this point
Copy the full SHA 3323ab4View commit details
Commits on Nov 20, 2015
-
Merge pull request #283 from codegangsta/really-skip-flag-parsing
Really skip flag parsing
Configuration menu - View commit details
-
Copy full SHA for 0302d39 - Browse repository at this point
Copy the full SHA 0302d39View commit details
Commits on Nov 28, 2015
-
test: avoid output from "go test" when tests pass
Some tests where printing to os.Stdout as a side effect even if the output was not used/checked in the test.
Configuration menu - View commit details
-
Copy full SHA for 7b94fd3 - Browse repository at this point
Copy the full SHA 7b94fd3View commit details
Commits on Dec 12, 2015
-
Merge pull request #304 from osocurioso/silence-tests
test: avoid output from "go test" when tests pass
Configuration menu - View commit details
-
Copy full SHA for a3c75bc - Browse repository at this point
Copy the full SHA a3c75bcView commit details -
Run check completion before error checking
Running check completion before error checking allows for completion of flags when no character has been typed yet
Jacopo committedDec 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 4a8406a - Browse repository at this point
Copy the full SHA 4a8406aView commit details
Commits on Dec 13, 2015
-
Merge pull request #309 from dedalusj/check-completion-order
Run check completion before error checking
Configuration menu - View commit details
-
Copy full SHA for b5232bb - Browse repository at this point
Copy the full SHA b5232bbView commit details
Commits on Dec 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f101a00 - Browse repository at this point
Copy the full SHA f101a00View commit details
Commits on Dec 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b0b9bd5 - Browse repository at this point
Copy the full SHA b0b9bd5View commit details
Commits on Dec 21, 2015
-
Merge pull request #312 from ysh7/master
use path.Base in Name & HelpName as default values
Configuration menu - View commit details
-
Copy full SHA for 8eb7738 - Browse repository at this point
Copy the full SHA 8eb7738View commit details -
Merge pull request #311 from Jille/exportFlagNames
Export cli.Flag.GetName (previously cli.Flag.getName)
Configuration menu - View commit details
-
Copy full SHA for c31a797 - Browse repository at this point
Copy the full SHA c31a797View 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.11.0...v1.11.1