Method: PI::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: pi [options] command [<args>] [command_options]\n" + "Try 'pi help [command]' or 'pi help options' for more information." end |