133 Commits (2c477e720e69b9ce81e9d6cf68c81a0334446016)

Author SHA1 Message Date
Sascha Grunert 40d4a25a01
Add markdown and man page docs generation methods
5 years ago
Yogesh Lonkar 2be2bc755e
Add additional test for log flag completion and comments
5 years ago
Yogesh Lonkar 11c9e598b0
Merge branch 'master' into master
5 years ago
Lynn Cyrin 330a9143fb
Merge branch 'master' into fix-help-indentation
5 years ago
Yogesh Lonkar 01ab016427
Merge branch 'master' into master
5 years ago
Lynn Cyrin 60fb297232
remove help assertion stuff
5 years ago
Lynn Cyrin fdd4d10691
update comments
5 years ago
Lynn Cyrin ef9acb4a3b
rename cases
5 years ago
Lynn Cyrin 45f2b3d8e7
more test cases
5 years ago
Lynn Cyrin 78db152323
add typed error assertions
5 years ago
Lynn Cyrin d4740d10d0
more test cases
5 years ago
Lynn Cyrin 595382c509
expand test cases
5 years ago
Lynn Cyrin 3d6eec825a
add test cases
5 years ago
Lynn Cyrin 7b9e16b6b5
update test names
5 years ago
Lynn Cyrin 95d3a8624d
update test to reflect app flag usage
5 years ago
Lynn Cyrin 9438aba3b8
remove showFlagError, we can use the help printer assertion to accomplish the same goal
5 years ago
Lynn Cyrin 23f09ac1e8
cleanup tests, check required flags in more places
5 years ago
Lynn Cyrin 2299852c3c
cleanup subcommand and specs
5 years ago
Lynn Cyrin 300288670f
add subcommand
5 years ago
Lynn Cyrin cc1cf8c459
wording shift
5 years ago
Lynn Cyrin f00f35ce8c
docs
5 years ago
Lynn Cyrin 17108e1db4
tabs
5 years ago
Lynn Cyrin cf824804c2
update tests
5 years ago
Lynn Cyrin 80d7e91191
fill out test cases
5 years ago
Lynn Cyrin 746866c10d
add update integration with the help output
5 years ago
Yogesh Lonkar 1d7a2b08d6 Add default completion on commands, test cases, refactor code
5 years ago
mingrammer a0453b2200 Fix the unaligned indents for the commands that have no categories
5 years ago
Dan Buch 5fc8124af1
Merge branch 'master' into merging-jereksel-zsh
6 years ago
Nico Windler 3a87b13b01 Fix args reordering when bool flags are present
6 years ago
Tyler Davis 40263f4d6a Merge branch 'master' into master
7 years ago
Sebastian Sprenger c3cc74dac7 fix ineffective assigns
7 years ago
Dan Buch 688c5a9d4f Merge branch 'master' into merging-jereksel-zsh
7 years ago
Tyler Davis 5d528e2052 use exit errors in uts
7 years ago
Tyler Davis 58450552ee Add Test
7 years ago
Joe Richey joerichey@google.com 1794792adf Add ability to use custom Flag types
7 years ago
Dan Buch 7250c97913 Merge branch 'master' into merging-jereksel-zsh
8 years ago
Kasey Klipsch 8fa549846e #556 broke the api for users who were using the ActionFunc
8 years ago
Joshua Rubin 2da42640ad
Merge remote-tracking branch 'origin/master' into completion_fix
8 years ago
Joshua Rubin 3272baf434
add a test for shell completion using incomplete flags
8 years ago
Jesse Szwedko e367fafa3d Return an error when parsing environment variables for values fails
8 years ago
Jesse Szwedko 0113f56d10 If no action is specified on the command or app, print the help documentation
8 years ago
Jesse Szwedko b377b5d9e9 Use type assertions rather than reflection to determine how to call the `Action`
8 years ago
Jesse Szwedko 61db37e7ae Merge branch 'master' into default-writer
8 years ago
Jesse Szwedko f614c177b7 Merge pull request #543 from wking/app-description
8 years ago
W. Trevor King 3c2bce5807 help: Cleanup AppHelpTemplate trailing whitespace
8 years ago
Richard Kovacs 4cc2bad36e Display error instead of just say command is incorrect
8 years ago
Jesse Szwedko 508a23430b Default app.Writer to os.Stdout
8 years ago
Dan Buch 363d9c9a31
Add a hack so that zsh completion only runs for zsh
8 years ago
Dan Buch dd253d122c
Write err to stderr, exit 1 if err != ""
8 years ago
Jesse Szwedko 65da20beab Correctly show help message if `-h` is provided to subcommand
8 years ago