We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0328a4 commit 0b3b71eCopy full SHA for 0b3b71e
lib/pry/commands/bang.rb
@@ -6,7 +6,7 @@ class Bang < Pry::ClassCommand
6
match(/^\s*!\s*$/)
7
group 'Editing'
8
description 'Clear the input buffer.'
9
- command_options use_prefix: false
+ command_options use_prefix: false, listing: '!'
10
11
banner <<-'BANNER'
12
Clear the input buffer. Useful if the parsing process goes wrong and you get
0 commit comments