# File lib/termtter/command.rb, line 66
    def match?(input)
      !(pattern !~input)
    end