Como
¶ ↑
Description¶ ↑
Como
provides low manifest command line option parsing and deployment. The command line options are described in compact table format and option values are stored to conveniently named properties. Como
builds command usage information based on the option table (+ generic program info) and displays it automatically if necessary. Como
supports also subcommands and checking for option combinations using a simple DSL.
Documentation¶ ↑
Main documentation is generated from Como
source (See: doc/Como.html). Test files (in “test” directory) can be used as examples on how the features are used.
Other versions¶ ↑
There is a C language version of Como
in github.com/tisannai/como. Feature wise it is similar to Ruby Como
, but a subset. Usage is also fairly similar, but (obviously) not identical.
Changes¶ ↑
See CHANGELOG.rdoc.