Method: VMC::Cli::Runner#basic_usage
- Defined in:
- lib/cli/usage.rb
#basic_usage ⇒ Object
3 4 5 6 |
# File 'lib/cli/usage.rb', line 3 def basic_usage "Usage: udn [options] command [<args>] [command_options]\n" + "Try 'udn help [command]' or 'udn help options' for more information." end |