class RHC::Commands::Setup

Public Instance Methods

run() click to toggle source
# File lib/rhc/commands/setup.rb, line 30
def run
  raise OptionParser::InvalidOption, "Setup can not be run with the --noprompt option" if options.noprompt
  RHC::RerunWizard.new(config, options).run ?  0 : 1
end