# File lib/pry/command_set.rb, line 283
    def find_command(val)
      commands.values.detect{ |c| c.matches?(val) }
    end