Class | Cri::Base |
In: |
lib/cri/base.rb
|
Parent: | Object |
Cri::Base is the central class representing a commandline tool. It has a list of commands.
commands | [R] | The CLI‘s list of commands (should also contain the help command) |
help_command | [RW] | The CLI‘s help command (required) |