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