85 Commits (a7be4a3f196ec5ea6f6b5cf0e09bb1ee71776cee)

Author SHA1 Message Date
Jesse Szwedko 042842b819 Remove CategorizedHelp from App and allow subcommands to have categories
9 years ago
Soulou d0997e8f99 Set Categories as a read-only method and fix tests
9 years ago
Soulou 994a7028e2 Categories as slice, not a map anymore, order is always preserved
9 years ago
Soulou a0801792cc Allow to sort commands by category
9 years ago
adamclerk cde8418658 Fixes spelling issues and import alphabetical issues
9 years ago
Jesse Szwedko d5f087da9d Merge pull request #289 from KSubedi/master
9 years ago
Gregor Noczinski 66c1742012 * Fixed typos
9 years ago
Gregor Noczinski c462071a52 * Added ability to customize usage error messages
9 years ago
leonardyp 6f6e8caf6c Repeat context statement because of a is a pointer
9 years ago
Gregor Noczinski f3c8e07836 Also show help if App/Command Before produces error.
9 years ago
Yagnesh Mistry b0b9bd5dac use path.Base in Name & HelpName as default values
9 years ago
Jacopo 4a8406ac89 Run check completion before error checking
9 years ago
Kaushal Subedi c70ad9b688 fixed tests
9 years ago
Ryan Graham 732e97aee8 only display app version and help message once
9 years ago
Jesse Szwedko 9039757268 Merge pull request #267 from tristanz/master
9 years ago
Nodir Turakulov c80fcac42b Honor HideHelp and HideVersion
9 years ago
Tristan Zajonc c7aac252f1 add tests
9 years ago
Tristan Zajonc cc46ca1020 allow overriding help name
9 years ago
Tristan Zajonc aced6e8739 fix tests
9 years ago
Tristan Zajonc ef65245544 add ArgsUsage to App and Command
9 years ago
Martin Falatic ee2cde7a77 Print blank lines in help and error outputs more consistently.
9 years ago
Jesse Szwedko 7ad88c2740 Merge pull request #238 from polds/copyright
9 years ago
Mawueli Kofi Adzoe c7be972e81 Fix tiny typo.
9 years ago
Peter Olds 2726643347 Add the ability to add a copyright
9 years ago
Jesse Szwedko 55b8924c2b Merge pull request #230 from codegangsta/do-not-swallow-after-error
9 years ago
Jesse Szwedko 7ed7a51f86 Aggregate errors from Before/After
9 years ago
Fabian Ruff 65d50017d4 search context hierachy for global flags
9 years ago
jszwedko e842547421 Readd printHelp function back
10 years ago
Dan Buch 2bcd11f863 Merge pull request #193 from codegangsta/add-aliases
10 years ago
jszwedko b95607c608 Use named struct fields
10 years ago
jszwedko 7beac44ab1 Don't default authors
10 years ago
jszwedko 5f95a9e88b Fix support for deprecated author fields
10 years ago
jszwedko bf65971a6a Add `Command.Aliases` and deprecate `Command.ShortName`
10 years ago
jszwedko 01cdaa065a Merge remote-tracking branch 'origin/master' into add-multi-author-support
10 years ago
Harrison c6592bb487 app, help: add backwards compatibility for Authors
10 years ago
jszwedko 50c77ecec0 Fix comments for .After field on Command and App
10 years ago
Jesse Szwedko 532d0bc2e3 Merge pull request #151 from imdario/master
10 years ago
Harrison 3d7183307a app, help: add support for multiple authors
10 years ago
Dario Castañé dca177c384 After handler brought up to speed.
10 years ago
Dario Castañé 4ab12cd639 jszwedko's suggestion done
10 years ago
Dario Castañé 4e3a83b43e Merge branch 'master' of https://github.com/codegangsta/cli
10 years ago
jszwedko 5159b98cbc Use parsed context when running command as subcommnd
10 years ago
Dan Buch 5b9e204508 Merge pull request #153 from codegangsta/allow-hiding-of-help-flag
10 years ago
jszwedko e72094e6a4 Prefer fmt.Fprint* functions over io.WriteString
10 years ago
jszwedko b8c8282de5 Merge remote-tracking branch 'origin/master' into allow-writer-to-be-set
10 years ago
jszwedko 0d4870d63e Rename Stdout -> Writer
10 years ago
jszwedko 780f839a02 Allow hiding of help flag without hiding help subcommand
10 years ago
Dario Castañé 3c4b583fee Action error shadowing avoided on After
10 years ago
Dario Castañé 44efc2952d Added Before method to command and app
10 years ago
Peter Bourgon 179c7a5f7c Make -v, --version optional
10 years ago