# File lib/pry/helpers/base_helpers.rb, line 18 def find_command(name) command_match = commands.find { |_, command| command.options[:listing] == name } return command_match.last if command_match nil end