Method: Pik::Run#help_message

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

#help_messageObject



35
36
37
38
39
40
41
42
43
44
# File 'lib/pik/commands/run_command.rb', line 35

def help_message
  sep =<<SEP
  Examples:

C:\\>pik run PATH

C:\\>pik run rake spec

SEP
end