Method: Clio::Commandable#command_missing

Defined in:
lib/clio/commandable.rb

#command_missingObject

This is the fallback subcommand. Override this to provide a fallback when no command is given on the commandline.

Raises:



54
55
56
# File 'lib/clio/commandable.rb', line 54

def command_missing
  raise NoCommandError
end