# File lib/termtter/client.rb, line 209
      def command_exists?(text)
        @commands.values.any? {|command| command.match?(text) }
      end