summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBarrett Ingram <bingram@eab.com>2020-03-22 14:18:13 -0500
committerBarrett Ingram <bingram@eab.com>2020-03-22 14:18:13 -0500
commit0b3b71e71415f9e7a234fe97466c61d9641dc7da (patch)
tree9ae40cfb854568d2a708b7aed6f2c043b937a720 /lib
parentf0328a4dfa88a98d344086526d8e5a778b0452fd (diff)
downloadpry-0b3b71e71415f9e7a234fe97466c61d9641dc7da.tar.gz
Display Bang command as "!" instead of regex in help listing
Diffstat (limited to 'lib')
-rw-r--r--lib/pry/commands/bang.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/commands/bang.rb b/lib/pry/commands/bang.rb
index ca42834e..1879c64e 100644
--- a/lib/pry/commands/bang.rb
+++ b/lib/pry/commands/bang.rb
@@ -6,7 +6,7 @@ class Pry
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