Method: VMC::Cli::Runner#basic_usage

Defined in:
lib/cli/usage.rb

#basic_usageObject



3
4
5
6
# File 'lib/cli/usage.rb', line 3

def basic_usage
  "Usage: sys [options] command [<args>] [command_options]\n" +
  "Try 'sys help [command]' or 'sys help options' for more information."
end