- Notifications
You must be signed in to change notification settings - Fork551
Thor is a toolkit for building powerful command-line interfaces.
License
rails/thor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Thor is a simple and efficient tool for building self-documenting command lineutilities. It removes the pain of parsing command line options, writing"USAGE:" banners, and can also be used as an alternative to theRakebuild tool. The syntax is Rake-like, so it should be familiar to most Rakeusers.
Please note: Thor, by design, is a system tool created to allow seamless file and urlaccess, which should not receive application user input. It relies onopen-uri,which, combined with application user input, would provide a command injection attackvector.
gem install thorPlease see thewiki for basic usage and other documentation on using Thor.
If you would like to help, please read theCONTRIBUTING file for suggestions.
Released under the MIT License. See theLICENSE file for further details.
About
Thor is a toolkit for building powerful command-line interfaces.
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.