196 Commits (59babefa342d3d753871a70583d5886489363baa)

Author SHA1 Message Date
Ajitem Sahasrabuddhe 286ffd2ccd
Merge branch 'master' into inconsistent-version-behaviour-v2
5 years ago
Ajitem Sahasrabuddhe 864c8349d5
Hide version info if user has not defined version
5 years ago
Roberto Hidalgo f3295e3cdb
Check for parsing errors within parse.go:parseIter
5 years ago
Ajitem Sahasrabuddhe 3bd997859c
make categories private
5 years ago
Robert Liebowitz 7d46b6d7f1
Avoid panic for missing flag value
5 years ago
Ajitem Sahasrabuddhe a9d5b68df5
Merge branch 'master' into v2-master-merge
5 years ago
Ajitem Sahasrabuddhe b161244b73
Merge latest master into v2-merge-master
5 years ago
Ajitem Sahasrabuddhe ef1ba861f7
add is set method to flag interface - refer #294
5 years ago
Ajitem Sahasrabuddhe 3515ca97b6
Make app tests pass
5 years ago
Ajitem Sahasrabuddhe c75fee9224
Merge master @1.22.1 with v2
5 years ago
Ajitem Sahasrabuddhe aed704a9d0
Merge branch 'master' into lint-fixes
5 years ago
Ajitem Sahasrabuddhe fdba7e0f8c
linter fixes
5 years ago
Robert Liebowitz 03153b9cf8 Allow combining short flags globally
5 years ago
Lynn Cyrin 38f9e1622d
add environment variable support 🎉
5 years ago
Lynn Cyrin f21b22dd90
cleanup some issues with error display
5 years ago
Lynn Cyrin 714a73f028
remove unused thing
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 d8985dc6d5
reduce diff
5 years ago
Lynn Cyrin 19140e1fb5
show errors
5 years ago
Lynn Cyrin 2299852c3c
cleanup subcommand and specs
5 years ago
Lynn Cyrin cf824804c2
update tests
5 years ago
Lynn Cyrin 746866c10d
add update integration with the help output
5 years ago
Lynn Cyrin 9c299e7e8a
reduce diff
5 years ago
Lynn Cyrin 30a71dc427
update Run command
5 years ago
Lynn Cyrin 138dbaafec
Merge branch 'master' into required_flags
5 years ago
Iskander (Alex) Sharipov 5b83c895a7
use type switch instead of if/else
6 years ago
OneOfOne 10c9734c5e
notes
7 years ago
Gábor Lipták c6eb2a0510
Correct go vet for Go tip
7 years ago
Tyler Davis 40263f4d6a Merge branch 'master' into master
7 years ago
Sebastian Sprenger c202606a17 fix golint issues
7 years ago
OneOfOne 163f247519
lint + DefaultCommand
7 years ago
Dan Buch a61867e5e6
Merge remote-tracking branch 'origin/v1' into merging-from-v1
7 years ago
Tyler Davis 172bb92059 fix named parameter issue
7 years ago
Tyler Davis 530df59178 Pass context into handleExitCoder
7 years ago
Tyler Davis ceee6408d5 Revert "Fix how to do defaults in app.go"
7 years ago
Tyler Davis 80b09a4d11 Fix how to do defaults in app.go
7 years ago
Tyler Davis 827da610b4 Add a bit more documentation
7 years ago
Tyler Davis c48a829640 Allow custom exit err handlers
7 years ago
Jesse Szwedko c64d74a5d9 Do not double print errors from Before()
7 years ago
Harshavardhana baa33cb888 Add support for ExtraInfo.
7 years ago
Harshavardhana f7d6a07f2d Add support for custom help templates.
7 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 8dd1962f7b
change "complete" to "shellComplete"
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
Joshua Rubin ea3df26e64
make shell autocomplete more robust
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