# File lib/heroku/command/help.rb, line 37
    def index
      if command = args.shift
        help_for_command(command)
      else
        help_for_root
      end
    end