-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: urfave/cli
base: 879acab
head repository: urfave/cli
compare: d69b440
- 19 commits
- 10 files changed
- 6 contributors
Commits on Aug 31, 2014
-
Return error from app and command actions. See #66.
This introduces a significant breaking change, and I don't expect it to be merged off-hand. I do think that it's worth discussion, since it seems like a very idiomatic choice in terms of how errors would be handled. A similar backwards-incompatible change was introduced in e6e6411, allowing the app's Run method to return an error.
Configuration menu - View commit details
-
Copy full SHA for 683e911 - Browse repository at this point
Copy the full SHA 683e911View commit details
Commits on May 1, 2016
-
New
Hidevariable for all FlagsThis is a way to provide hidden flags for app, command and subcommands For example: --generate-bash-completion global flag shouldn't be printed along with other flags as it might generally confuse people into thinking that 'generate' in-fact would generate a bash completion file for them to be used along with their app. Also in general one would want to hide some flags for their apps.
Configuration menu - View commit details
-
Copy full SHA for 9943166 - Browse repository at this point
Copy the full SHA 9943166View commit details -
Configuration menu - View commit details
-
Copy full SHA for fed78b8 - Browse repository at this point
Copy the full SHA fed78b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9584555 - Browse repository at this point
Copy the full SHA 9584555View commit details -
Cleaning up the recently-introduced deprecations
to ensure the intent, responsibility, and migration path are all more clear.
Configuration menu - View commit details
-
Copy full SHA for 007295e - Browse repository at this point
Copy the full SHA 007295eView commit details -
Merge pull request #371 from codegangsta/harshavardhana-hidden-flags
Merging #201 - @harshavardhana's hidden flags impl (and more!)
Configuration menu - View commit details
-
Copy full SHA for 784038b - Browse repository at this point
Copy the full SHA 784038bView commit details -
Merge pull request #372 from codegangsta/deprecation-cleanups
Cleaning up the recently-introduced deprecations
Configuration menu - View commit details
-
Copy full SHA for e0d7cbb - Browse repository at this point
Copy the full SHA e0d7cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b738841 - Browse repository at this point
Copy the full SHA b738841View commit details -
Merge pull request #373 from codegangsta/doc-custom-help
Add some explicit docs about help text customization
Configuration menu - View commit details
-
Copy full SHA for fd7bf3b - Browse repository at this point
Copy the full SHA fd7bf3bView commit details -
Merge branch 'action-err' of https://github.com/kytrinyx/cli into kyt…
…rinyx-action-err
Configuration menu - View commit details
-
Copy full SHA for 1cda555 - Browse repository at this point
Copy the full SHA 1cda555View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff84ca2 - Browse repository at this point
Copy the full SHA ff84ca2View commit details
Commits on May 2, 2016
-
Assert type against actual return val's interface.
Exit code example produces now correctly, https://github.com/codegangsta/cli#exit-code ``` $ ./ec --ginger-crouton=false it is not in the soup $ echo $? 86 $ ```
Paul Makepeace committedMay 2, 2016 Configuration menu - View commit details
-
Copy full SHA for f90241a - Browse repository at this point
Copy the full SHA f90241aView commit details -
Fix #376 NewExitError not working, reflect vals[0] cast to Interface(…
…) was missing
Configuration menu - View commit details
-
Copy full SHA for a90e2e4 - Browse repository at this point
Copy the full SHA a90e2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b4c07b - Browse repository at this point
Copy the full SHA 4b4c07bView commit details -
Merge pull request #378 from codegangsta/exit-error-bug-376
Ensure HandleAction/HandleExitCoder work correctly with *ExitError
Configuration menu - View commit details
-
Copy full SHA for 4cb9a7a - Browse repository at this point
Copy the full SHA 4cb9a7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe67cb0 - Browse repository at this point
Copy the full SHA fe67cb0View commit details -
Merge branch 'fix-err-assertion' of https://github.com/PaulMakepeace/cli
Configuration menu - View commit details
-
Copy full SHA for ecf21a7 - Browse repository at this point
Copy the full SHA ecf21a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for edc8458 - Browse repository at this point
Copy the full SHA edc8458View commit details -
Merge pull request #379 from codegangsta/v1.16.0-prep
Version 1.16.0 prep
Configuration menu - View commit details
-
Copy full SHA for d69b440 - Browse repository at this point
Copy the full SHA d69b440View 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 879acab...d69b440