Overview of Thor
mainThor is a tool for building self-documenting command line utilities. It automates the parsing of command line options and the generation of "USAGE:" banners. It can also serve as an alternative to the Rake build tool, utilizing a similar Rake-like syntax.
Security Warning: Thor is designed as a system tool to allow seamless file and URL access via open-uri. It should not receive direct application user input, as this can create command injection attack vectors.