Disable ANSI color codes when not supported (#31, #32)
Added support for multi-valued options (#29) [Toon Willems]
Made the default help command handle subcommands (#27)
Added #raw
method to argument arrays, returning all arguments
including --
(#22)
Fixed ordering of option groups on Ruby 1.8.x (#14, #15)
Fixed ordering of commands when –verbose is passed (#16, #18)
Allowed either short or long option to be, eh, optional (#9, #10) [Ken Coar]
Fixed wrap-and-indent behavior (#12) [Ken Coar]
Moved version information into cri/version
Added colors (#1)
Added support for marking commands as hidden
Made command help sort subcommands
Allowed commands with subcommands to have a run block
Added support for runners
Split up local/global command options
Added command filename to stack traces
Sorted ambiguous command names
Restored compatibility with Ruby 1.8.x
Added DSL
Added support for nested commands
Made gem actually include code. D'oh.
Initial release!