Object
# File lib/heroku/cli.rb, line 6 def self.start(*args) command = args.shift.strip rescue "help" Heroku::Command.load Heroku::Command.run(command, args) end