16 Commits (5c7afce5b80250e8f0ebdca4c5eeb5b3556216f8)

Author SHA1 Message Date
Dan Buch 6f3bb94eae
Correct assertion text
8 years ago
Dan Buch b9d96954ca
Fix command alias printing in help text
8 years ago
Matt Farina 2f4ec31264 Fixed spelling and gofmt issues
8 years ago
Dan Buch 5a5fa990e1
Merge remote-tracking branch 'origin/master' into exit-nonzero-for-unknown-subcommand
8 years ago
Jesse Szwedko 592f1d97e5 Exit non-zero if a unknown subcommand is given
8 years ago
Dan Buch cc481d6b0e
Adjust command hiding to use similar convention as hidden flags
8 years ago
Dan Buch f397b1618c
Adding test for Command.Hidden handling in help text
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
Radek Simko d21170f0e3 Never show version if HideVersion=true
8 years ago
elij db7af859d2 make help and version parsing use actual specified values
9 years ago
Edward Sheffler III 8ea1232ede Improve vendoring options by removing self-referential imports in tests.
9 years ago
Martin Falatic dbde3303cf Test updated
9 years ago
Martin Falatic 595c055010 If Version is an empty string, suppress version output in usage help.
9 years ago
jszwedko f952f5ac6f Rename TestShowAppHelp to be more verbose
9 years ago
jszwedko 96ad929784 Add test for inclusion of 'AUTHORS' in App help
9 years ago