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