cobra
https://github.com/spf13/cobra
Go
A Commander for modern Go CLI interactions
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported21 Subscribers
Add a CodeTriage badge to cobra
Help out
- Issues
- fix(doc): sanitize path separators in generated filenames
- Fix required Bash flag completion
- fix(doc): sanitize path separators in generated filenames
- fix(completion): clear required-flag constraint for two-word form in bash v1
- fix: do not claim the -h shorthand if it is already used by another flag
- fix(suggestions): deduplicate when command matches both heuristic and SuggestFor
- Help output depends on the order AddCommand is called (CommandPathPadding is snapshotted, never recomputed)
- fix: recompute CommandPathPadding so it stays accurate regardless of AddCommand order
- Bash completion does not clear required flags when supplied as `--flag value`
- fix(args): use invalid arg instead of args[0] for OnlyValidArgs suggestions
- Docs
- Go not yet supported