# File lib/rhc/commands.rb, line 39
    def self.needs_configuration!(cmd, options, config)
      if not (cmd.class.suppress_wizard? or
              options.noprompt or
              options.help or
              config.has_local_config? or
              config.has_opts_config?)
        RHC::Wizard.new(config).run
      end
    end