global

def run(command, quit_on_failure = true)

def run(command, quit_on_failure = true)
  Raykit::TopLevel.run(command, quit_on_failure)
end