# File cli/ruby-debug/processor.rb, line 213
    def lookup(input)
      @commands.find{ |c| c.match(input) }
    end