Method: Clio::Commandable#command_missing
- Defined in:
- lib/clio/commandable.rb
#command_missing ⇒ Object
This is the fallback subcommand. Override this to provide a fallback when no command is given on the commandline.
54 55 56 |
# File 'lib/clio/commandable.rb', line 54 def command_missing raise NoCommandError end |