# File lib/rhc/commands/env.rb, line 134
    def show(env)
      rest_app = find_app
      rest_env_vars = rest_app.find_environment_variables(env)

      pager

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

      0
    end