Skip to content

Commit

Permalink
Display Bang command as "!" instead of regex in help listing
Browse files Browse the repository at this point in the history
  • Loading branch information
bingram-eab committed Mar 22, 2020
1 parent f0328a4 commit 0b3b71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry/commands/bang.rb
Expand Up @@ -6,7 +6,7 @@ class Bang < Pry::ClassCommand
match(/^\s*!\s*$/)
group 'Editing'
description 'Clear the input buffer.'
command_options use_prefix: false
command_options use_prefix: false, listing: '!'

banner <<-'BANNER'
Clear the input buffer. Useful if the parsing process goes wrong and you get
Expand Down

0 comments on commit 0b3b71e

Please sign in to comment.