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: required flags still show (default: ...) value
- feat: customise entire deprecate message for a command
- feat: missing support for removing group
- feat: add EnableFlagSorting, similar to EnableCommandSorting
- feat: GenMarkdownTreeCustom with a custom per command markdown handler
- feat: ReparseFlags: force a clean re parse of flags
- feat: ResetInitializers: clear OnInitialize functions (for testing)
- feat: PostParseFlagsE hook: invoked after ParseFlags, before help/Run
- feat: DefaultHelpFunc: expose the default help function for delegation
- feat: SetArgErrorFunc / ArgErrorFunc: custom error for argument validation
- Docs
- Go not yet supported