212 Commits (71dbc63e370bf2929150dbc294094f57d3e290f8)

Author SHA1 Message Date
Dan Buch 7c50be3d7c
Switch branch references from `master` to `main`
2 years ago
Naveen Gogineni 07e1fdf17d Cleanup context.go
4 years ago
Wlad Gumenyuk 57d60cd570
Fix: typo
4 years ago
Alexander Frolov e40b83a394
use Name as default to HelpName
4 years ago
Robert Liebowitz 30bb6982f2
Merge pull request #1191 from stellirin/master
4 years ago
Charles Kenney e5407cccf7
fix grammatical error
4 years ago
Adam Farden 342ce5d654 feature: Add a App.Reader that defaults to os.Stdin
4 years ago
Aloïs Micard 33744eb004
Harmonize BeforeError handling
4 years ago
Sebastian Malton fed64f3ad7 add tests
5 years ago
Sebastian Malton 22b6dbaad3 Set App.ErrWriter in App.Setup()
5 years ago
Robert Liebowitz 959cf9de8a Update docs and tests around cli.Exit
5 years ago
Akihiro Suda 75e7c526bd Add HideHelpCommand
5 years ago
Dmitry Kutakov 5998e27dd7
remove unused code
5 years ago
lynn [they] 106103ee7b
Update app.go
5 years ago
Marwan Sulaiman 7daa2d133e RunWithContext -> RunContext
5 years ago
Marwan Sulaiman 322fc3bed1 add RunWithContext + remove signal cancellation
5 years ago
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