# File lib/heroku/command.rb, line 58
    def self.global_option(name, *args)
      global_options << { :name => name, :args => args }
    end