Method: Pik::Run#command_options
- Defined in:
- lib/pik/commands/run_command.rb
#command_options ⇒ Object
22 23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/pik/commands/run_command.rb', line 22 def super sep =" Examples:\n\nC:\\\\>pik run \"ruby -v\"\n\nC:\\\\>pik run \"rake spec\"\n\n" .separator sep end |