You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/thor-1.5.0
Wabo 5282ea43fe
Apply WaboSign rebrand sweep to upstream 3.0.1
4 weeks ago
..
bin Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
lib Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
.document Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
CONTRIBUTING.md Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
LICENSE.md Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
README.md Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago
thor.gemspec Apply WaboSign rebrand sweep to upstream 3.0.1 4 weeks ago

README.md

Thor

Gem Version

Description

Thor is a simple and efficient tool for building self-documenting command line utilities. It removes the pain of parsing command line options, writing "USAGE:" banners, and can also be used as an alternative to the Rake build tool. The syntax is Rake-like, so it should be familiar to most Rake users.

Please note: Thor, by design, is a system tool created to allow seamless file and url access, which should not receive application user input. It relies on open-uri, which, combined with application user input, would provide a command injection attack vector.

Installation

gem install thor

Usage and documentation

Please see the wiki for basic usage and other documentation on using Thor.

Contributing

If you would like to help, please read the CONTRIBUTING file for suggestions.

License

Released under the MIT License. See the LICENSE file for further details.