cli
https://github.com/urfave/cli
Go
A simple, fast, and fun package for building command line apps in Go
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 supported2 Subscribers
Add a CodeTriage badge to cli
Help out
- Issues
- v3.6.2 adds empty line to stderr when cli.Exit is called with empty message
- Split separator in StringSliceFlag ignored when using environment variable as source
- A recent change breaks custom help Commands
- Fix issue 2260: Try not to break custom Help cmds.
- completion should not have shebang
- Fix issue: 2257 Next arg flag name, no default cmd
- Problem with next argument matching flag name with no default command.
- Fish completion now supports dynamic completions
- bug: zsh autocompletions
- Add EnableBeforeForHelp option to execute Before functions with help flags
- Docs
- Go not yet supported