class Byebug::CommandList

def match(input)

def match(input)
  find { |cmd| cmd.match(input) }
end