116 Commits (b1a7c502eba6a479bf9432052136f73d7740a69b)

Author SHA1 Message Date
Lynn Cyrin (they/them) 94f4f83672
Merge branch 'master' into redundant-nil-check-slice
5 years ago
mingrammer a0453b2200 Fix the unaligned indents for the commands that have no categories
5 years ago
teresy 21dfc6eb83 Remove redundant nil checks
6 years ago
Dan Buch 5fc8124af1
Merge branch 'master' into merging-jereksel-zsh
6 years ago
Alan D. Cabrera 1d334f10ce Add newline before command categories
7 years ago
Dan Buch 688c5a9d4f Merge branch 'master' into merging-jereksel-zsh
7 years ago
Jesse Szwedko 48db8e2435 Display UsageText on Commands and Subcommands
7 years ago
Jesse Szwedko 74811faef3 Merge branch 'master' into extra-info
7 years ago
Harshavardhana dd3849a7e6 Add tests as requested.
7 years ago
Harshavardhana baa33cb888 Add support for ExtraInfo.
7 years ago
Harshavardhana f7d6a07f2d Add support for custom help templates.
7 years ago
Joe Richey joerichey@google.com 1794792adf Add ability to use custom Flag types
7 years ago
Joe Richey 0083ae8732 Usage/Description/ArgsUsage correctly copied when using subcommand
8 years ago
Dan Buch 7250c97913 Merge branch 'master' into merging-jereksel-zsh
8 years ago
Joshua Rubin 2da42640ad
Merge remote-tracking branch 'origin/master' into completion_fix
8 years ago
Joshua Rubin 8dd1962f7b
change "complete" to "shellComplete"
8 years ago
Jesse Szwedko 0113f56d10 If no action is specified on the command or app, print the help documentation
8 years ago
Joshua Rubin ea3df26e64
make shell autocomplete more robust
8 years ago
W. Trevor King 3c2bce5807 help: Cleanup AppHelpTemplate trailing whitespace
8 years ago
W. Trevor King c4a46a7df2 app: Add App.Description
8 years ago
Dan Buch 363d9c9a31
Add a hack so that zsh completion only runs for zsh
8 years ago
Andrzej Ressel ceeebaba04 [PoC] Improve zsh autocompletions
8 years ago
Jesse Szwedko 65da20beab Correctly show help message if `-h` is provided to subcommand
8 years ago
James Cunningham e97f74a570
fix ActionFunc signature of ShowAppHelp action
8 years ago
Tianon Gravi a121e978f7 Switch "printHelp" tabwriter padchar to space
8 years ago
Dan Buch b9d96954ca
Fix command alias printing in help text
8 years ago
Matt Farina 2f110bd745 Cleaned up exported func comments per golint
8 years ago
Dan Buch 5a5fa990e1
Merge remote-tracking branch 'origin/master' into exit-nonzero-for-unknown-subcommand
8 years ago
Dan Buch 97d2df6dd7
Merge remote-tracking branch 'origin/master' into psmit-hidden_command
8 years ago
Jesse Szwedko 592f1d97e5 Exit non-zero if a unknown subcommand is given
8 years ago
Matt Farina 6f0b442222 Update to ErrWriter and make available on app
8 years ago
Matt Farina 2a256d4c53 Provide a variable for writing output with a default of os.Stderr
8 years ago
Dan Buch cc481d6b0e
Adjust command hiding to use similar convention as hidden flags
8 years ago
Dan Buch 5c641d69b4
Merge branch 'hidden_command' of https://github.com/psmit/cli into psmit-hidden_command
8 years ago
Dan Buch fed78b8bab
Rework of hidden flag impl plus some Action func corrections
8 years ago
Harshavardhana 99431669d0
New ``Hide`` variable for all Flags
8 years ago
Dan Buch b7329f4968
Switch from multi-return with exit codes to ExitCoder check
8 years ago
Dan Buch 10c8309d84
Merge branch 'develop' of https://github.com/txgruppi/cli into txgruppi-develop
8 years ago
Jesse Szwedko bc465beccc Merge pull request #346 from codegangsta/category_sort_2
8 years ago
Radek Simko d21170f0e3 Never show version if HideVersion=true
8 years ago
Jesse Szwedko 042842b819 Remove CategorizedHelp from App and allow subcommands to have categories
8 years ago
Soulou d0997e8f99 Set Categories as a read-only method and fix tests
8 years ago
Soulou 994a7028e2 Categories as slice, not a map anymore, order is always preserved
8 years ago
Soulou a0801792cc Allow to sort commands by category
8 years ago
Jesse Szwedko d5f087da9d Merge pull request #289 from KSubedi/master
8 years ago
Matt Butcher 54b6cca78e Remove panic from help.
8 years ago
Kaushal Subedi 8b46886de8 added flag to have a custom text on the USAGE section of help
9 years ago
Ryan Graham 732e97aee8 only display app version and help message once
9 years ago
elij db7af859d2 make help and version parsing use actual specified values
9 years ago
Tristan Zajonc aced6e8739 fix tests
9 years ago