171 Commits (main)

Author SHA1 Message Date
devinnwang ba96587f56 Fix:(issue_1548) Check root before run default cmd
2 years ago
Naveen Gogineni 4a109bc0ce Fix tests
2 years ago
Naveen Gogineni a9d6b0d821 Changes from code review
2 years ago
Naveen Gogineni 59095aa762 make cmd.Run use varargs
2 years ago
Naveen Gogineni adcce134f3 Rebase origin
2 years ago
Naveen Gogineni 2047c6630c Cleanup
2 years ago
Naveen Gogineni bc9ae33465 Merge latest and fix tests
2 years ago
Naveen Gogineni d5947d7814 Initial cut
2 years ago
Naveen Gogineni 81f9145708 Refactor code
2 years ago
Naveen Gogineni 02613e50be Fix tests
2 years ago
Naveen Gogineni 2da6e68555 Fix command help subcommand
2 years ago
dearchap de83493182
Merge pull request #1499 from dearchap/issue_557
2 years ago
Naveen Gogineni d6395333f1 Remove un-needed func
2 years ago
Naveen Gogineni aecd7c159a Remove un-needed func
2 years ago
Naveen Gogineni e925d26b97 Fix:(issue_557) Make help output consistent between different invocations
2 years ago
Wendell Sun 14366f7030
feat: flag action
2 years ago
Dokiy 1a1b9cd563 Fix HideHelp
2 years ago
Dan Buch a78717f4f9
Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support
2 years ago
Dan Buch 63b1a7deee
A few follow-up conflict resolutions
2 years ago
Dan Buch 3d67b75be7
Merge branch 'suggestions' of ssh://github.com/saschagrunert/cli into saschagrunert-suggestions
2 years ago
Dan Buch 16d5d5a3df
Some changes per feedback in #1368
2 years ago
Dan Buch 156eaafb22
Rework flag categories a bit
2 years ago
Dan Buch a583a102fd
Merge remote-tracking branch 'origin/main' into michaeljs1990-add-flag-category-support
2 years ago
Dan Buch 9ce946162f
Unshadow `context` package
2 years ago
Dan Buch 44958693a1
Merge branch 'add-flag-category-support' of ssh://github.com/michaeljs1990/cli into michaeljs1990-add-flag-category-support
2 years ago
Dan Buch 4b238b8ff0
Merge branch 'master' into suggestions
2 years ago
Robert Liebowitz b7da09a687
Merge pull request #1255 from cpacifying/master
3 years ago
Naveen Gogineni 07e1fdf17d Cleanup context.go
3 years ago
cpacifying 9433f216ff
UsageText to be passed from Command to App in startApp
3 years ago
Travis Lane 17032bc33c
fix: Propagate App.Reader to subcommands
3 years ago
Irioth 6d09498169 hide version flag for subcommands
4 years ago
Aloïs Micard c261e4dbd3
Harmonize BeforeError usage in Command#Run
4 years ago
Akihiro Suda 75e7c526bd Add HideHelpCommand
4 years ago
Sascha Grunert 002bde2233
Add suggestions support
4 years ago
Roberto Hidalgo f3295e3cdb
Check for parsing errors within parse.go:parseIter
4 years ago
Roberto Hidalgo 90a62d7b0c
Prevent panic on flagSet access from custom BashComplete
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 b161244b73
Merge latest master into v2-merge-master
5 years ago
Ajitem Sahasrabuddhe d870ad6ccb
Fix all tests
5 years ago
Ajitem Sahasrabuddhe f29d98aa2d
Make command tests pass
5 years ago
Ajitem Sahasrabuddhe c75fee9224
Merge master @1.22.1 with v2
5 years ago
Michael Schuett 9720ac029c Basic working flag category support
5 years ago
Michael Schuett 7c383b0d16 Go Fmt
5 years ago
Gábor Lipták 9587fc27bd
Correct typo
6 years ago
Valentin Rothberg c23dfba701 short opt handling: fix parsing
6 years ago
Nico Windler 3a87b13b01 Fix args reordering when bool flags are present
6 years ago
Jesse Szwedko e38e4ae2d0 Fix regression of SkipFlagParsing behavior
6 years ago
Jesse Szwedko df562bf1a8 Refactor flag handling logic
7 years ago
baude ceaac7c915 Handle ShortOptions and SkipArgReorder
7 years ago