# File lib/commands/plugin/commands.rb, line 353
    def initialize(base_command)
      @base_command = base_command
      @method = @@default_method
      @options = { :quiet => false, :revision => nil, :force => false, :force_http => false }
    end