Method: Flydata::Command::Start#run

Defined in:
lib/flydata/command/start.rb

#run(*args) ⇒ Object



13
14
15
16
# File 'lib/flydata/command/start.rb', line 13

def run(*args)
  sender_start(args)
  helper_start(args) unless opts.skip_helper?
end