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: 879acab
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d69b440
Choose a head ref
  • 19 commits
  • 10 files changed
  • 6 contributors

Commits on Aug 31, 2014

  1. 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.
    kytrinyx committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    683e911 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. New Hide variable for all Flags

    This 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.
    harshavardhana authored and meatballhat committed May 1, 2016
    Configuration menu
    Copy the full SHA
    9943166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed78b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9584555 View commit details
    Browse the repository at this point in the history
  4. Cleaning up the recently-introduced deprecations

    to ensure the intent, responsibility, and migration path are all more clear.
    meatballhat committed May 1, 2016
    Configuration menu
    Copy the full SHA
    007295e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #371 from codegangsta/harshavardhana-hidden-flags

    Merging #201 - @harshavardhana's hidden flags impl (and more!)
    meatballhat committed May 1, 2016
    Configuration menu
    Copy the full SHA
    784038b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #372 from codegangsta/deprecation-cleanups

    Cleaning up the recently-introduced deprecations
    meatballhat committed May 1, 2016
    Configuration menu
    Copy the full SHA
    e0d7cbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b738841 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #373 from codegangsta/doc-custom-help

    Add some explicit docs about help text customization
    meatballhat committed May 1, 2016
    Configuration menu
    Copy the full SHA
    fd7bf3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cda555 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff84ca2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. 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 committed May 2, 2016
    Configuration menu
    Copy the full SHA
    f90241a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90e2e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4c07b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #378 from codegangsta/exit-error-bug-376

    Ensure HandleAction/HandleExitCoder work correctly with *ExitError
    meatballhat committed May 2, 2016
    Configuration menu
    Copy the full SHA
    4cb9a7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe67cb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecf21a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edc8458 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #379 from codegangsta/v1.16.0-prep

    Version 1.16.0 prep
    meatballhat committed May 2, 2016
    Configuration menu
    Copy the full SHA
    d69b440 View commit details
    Browse the repository at this point in the history
Loading