# File lib/rhc/commands/env.rb, line 117
    def list(app)
      rest_app = find_app
      rest_env_vars = rest_app.environment_variables

      pager

      display_env_var_list(rest_env_vars, { :table => options.table, :quotes => options.quotes })

      0
    end