Release notes¶
0.x¶
0.2.4¶
- Fix arguments parsing order to respect the idx instruction
- Support
--helpwith nested command - Support for
name: nilwith#help - Fix array arguments in usage line
- Fix #help generated by .add_commands to support
niland the command's doc - Add a
#parse(String)method
0.2.3¶
- fix the error message when an argument's value is invalid
0.2.2¶
- fix errors' message
- the generated subclass
Helpnow inherits fromClip::Mapper::Help - fix a bug when calling a command with subcommands without specifying any command
- fix the help usage for commands (note that the subclass
Helpis not a singleton anymore)
0.2.1¶
- all errors inherit from
Clip::Error - all errors have a correct message
- document the
--helpflag in the help message - add a command
helpwhen there is commands
0.1.0¶
first public version