-
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.1
head repository: urfave/cli
compare: v1.5.0
- 12 commits
- 4 files changed
- 3 contributors
Commits on Nov 18, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 44efc29 - Browse repository at this point
Copy the full SHA 44efc29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4b583 - Browse repository at this point
Copy the full SHA 3c4b583View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba22f21 - Browse repository at this point
Copy the full SHA ba22f21View commit details
Commits on Jan 9, 2015
-
Use parsed context when running command as subcommnd
Rather than passing the unparsed context (parent context) in whenever there are no subcommands.
Configuration menu - View commit details
-
Copy full SHA for 5159b98 - Browse repository at this point
Copy the full SHA 5159b98View commit details -
Merge branch 'master' of https://github.com/codegangsta/cli
Conflicts: app.go app_test.go
Configuration menu - View commit details
-
Copy full SHA for 4e3a83b - Browse repository at this point
Copy the full SHA 4e3a83bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ab12cd - Browse repository at this point
Copy the full SHA 4ab12cdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dca177c - Browse repository at this point
Copy the full SHA dca177cView commit details
Commits on Jan 28, 2015
-
Merge pull request #170 from codegangsta/parse-flags-regardless
Use parsed context when running command as subcommnd
Configuration menu - View commit details
-
Copy full SHA for e1712f3 - Browse repository at this point
Copy the full SHA e1712f3View commit details
Commits on Jan 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2a9c617 - Browse repository at this point
Copy the full SHA 2a9c617View commit details
Commits on Jan 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6086d79 - Browse repository at this point
Copy the full SHA 6086d79View commit details
Commits on Feb 20, 2015
-
Merge pull request #151 from imdario/master
After: companion action for Before
Configuration menu - View commit details
-
Copy full SHA for 532d0bc - Browse repository at this point
Copy the full SHA 532d0bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c77ec - Browse repository at this point
Copy the full SHA 50c77ecView 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.1...v1.5.0