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
- Named arguments don't get passed in cmd.Args()
- feat: add Parent() accessor to Command
- Handle Before errors with OnUsageError
- fix: error on legacy v1-style flag alias syntax
- fix: ignore non-command args after help flag
- fix: add HasHiddenParent() to skip hidden command subtrees in Walk()
- feat: add Command.ArgValidator for tree-wide argument validation
- fix: avoid executing actions when completing `--` in v2
- cmd.Hidden is not recursive
- refactor: replace interface{} with any (Go 1.18+)
- Docs
- Go not yet supported