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