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

Commits on Nov 18, 2014

  1. Configuration menu
    Copy the full SHA
    44efc29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c4b583 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba22f21 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Use parsed context when running command as subcommnd

    Rather than passing the unparsed context (parent context) in whenever
    there are no subcommands.
    jszwedko committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    5159b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3a83b View commit details
    Browse the repository at this point in the history
  3. jszwedko's suggestion done

    darccio committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    4ab12cd View commit details
    Browse the repository at this point in the history
  4. After handler brought up to speed.

    As discussed in issue #151, I modified the implementation to be simpler.
    I checked how to propagate err, being done with a scope trick. From our
    deferred function we cannot return a new value, so we override the "default"
    return value (err), declared on functions' declarations.
    
    Check this StackOverflow for more info: http://stackoverflow.com/a/19934989
    darccio committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    dca177c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2015

  1. Merge pull request #170 from codegangsta/parse-flags-regardless

    Use parsed context when running command as subcommnd
    jszwedko committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    e1712f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. Fix sentence

    vishalsodani committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    2a9c617 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2015

  1. Merge pull request #177 from vishalsodani/master

    Fix sentence
    jszwedko committed Jan 31, 2015
    Configuration menu
    Copy the full SHA
    6086d79 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Merge pull request #151 from imdario/master

    After: companion action for Before
    jszwedko committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    532d0bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50c77ec View commit details
    Browse the repository at this point in the history
Loading