# File lib/rhc/commands/base.rb, line 14
  def initialize(options=Commander::Command::Options.new,
                 config=RHC::Config.new)
    @options, @config = options, config
  end