# File lib/commands/plugin/commands.rb, line 125
    def initialize(base_command)
      @base_command = base_command
      @sources = []
      @local = false
      @remote = false
      @cached = true
    end