Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 594 Bytes

CHANGELOG.rdoc

File metadata and controls

12 lines (10 loc) · 594 Bytes

subcommand 1.0.6 2011-10-6

  • added list_actions to facilitate dynamic custom completion using compctl etc

subcommand 1.0.4 2010-06-24 15:51

  • text for subcommands was being processed always before execution, so the

point of lazy loading was lost. I’ve moved it away so it’s only processed if actually printing help.

However, this means that if you are relying on OptionParser’s implicit –help, that won’t print subcommands. So i’ve added a method add_help_option which adds a correct help option, to print subcommands. This way, command help and command –help print identical output.