README.rdoc in como-0.0.2 vs README.rdoc in como-0.1.0

- old
+ new

@@ -3,13 +3,19 @@ == 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 provides the command usage information based on the -option table (plus program info) automatically. Como supports also -checking for option combinations using a simple DSL. +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. Test file (in "test" -directory) can be used as an example on how the features are used. +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. + +== Changes + +See CHANGELOG.rdoc.