1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/commands/disabled_commands.rb

3 lines
159 B
Ruby
Raw Normal View History

Pry::Commands.disabled_command("edit-method", "Use `edit` instead.")
Pry::Commands.disabled_command("show-command", "Use show-source [command_name] instead.")