summaryrefslogtreecommitdiff
path: root/lib/pry/commands/exit.rb
diff options
context:
space:
mode:
authorRyan Fitzgerald <rwfitzge@gmail.com>2012-08-11 18:26:59 -0700
committerRyan Fitzgerald <rwfitzge@gmail.com>2012-08-11 18:27:26 -0700
commit1af4207c63d62ef6a5e8e161fdc39561c66600fa (patch)
tree4b1b1e7424c81013319b847fb39890de30ce471a /lib/pry/commands/exit.rb
parent8ce49ee081139791b41fee22e33fe313fa5590aa (diff)
downloadpry-1af4207c63d62ef6a5e8e161fdc39561c66600fa.tar.gz
Restore groups, convert most commands to class syntax
Diffstat (limited to 'lib/pry/commands/exit.rb')
-rw-r--r--lib/pry/commands/exit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pry/commands/exit.rb b/lib/pry/commands/exit.rb
index 15416081..5de6a102 100644
--- a/lib/pry/commands/exit.rb
+++ b/lib/pry/commands/exit.rb
@@ -1,5 +1,6 @@
class Pry
Pry::Commands.create_command "exit" do
+ group 'Navigating Pry'
description "Pop the previous binding (does NOT exit program). Aliases: quit"
banner <<-BANNER