# File lib/rhc/commands.rb, line 113 def self.global_config_setup(options) RHC::Config.set_opts_config(options.config) if options.config RHC::Config.password = options.password if options.password RHC::Config.opts_login = options.rhlogin if options.rhlogin RHC::Config.noprompt(options.noprompt) if options.noprompt RHC::Config end