# File lib/gitlab/cli.rb, line 19 def self.start(args) command = args.shift.strip rescue 'help' run(command, args) end