# File lib/rhc/commands/base.rb, line 13
  def initialize(command=nil,
                 options=Commander::Command::Options.new,
                 config=RHC::Config)
    @command, @options, @config = command, options, config
    # apply timeout here even though it isn't quite a global
    $rest_timeout = @options.timeout ? @options.timeout.to_i : nil
  end