Method: Pik::Run#command_options

Defined in:
lib/pik/commands/run_command.rb

#command_optionsObject



22
23
24
25
26
27
28
29
30
31
32
33
# File 'lib/pik/commands/run_command.rb', line 22

def command_options
  super
  sep ="  Examples:\n\nC:\\\\>pik run \"ruby -v\"\n\nC:\\\\>pik run \"rake spec\"\n\n"
  options.separator sep  
end