thor
https://github.com/rails/thor
Ruby
Thor is a toolkit for building powerful command-line interfaces.
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.
3 Subscribers
Add a CodeTriage badge to thor
Help out
- Issues
- Sorts how the command will print
- Should check enum value on argument.
- Add API to create sets of method_options to allow sharing of common but not universal options
- initialize options with defaults in unit tests?
- No documentation for trailing options
- requiring an action fails with Thor::Actions autoloaded
- Reduce backtrace and file system operations
- Allow callable for banner text?
- Run-time options aliases should not be used
- argument :arg consumes options, before options have been fully parsed
- Docs