mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
ShowInfo: remove --flood
switch
We don't support this switch anymore.
This commit is contained in:
parent
1c2d77e7fc
commit
7aba5c2615
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ class Pry
|
||||||
opt.on :s, :super, "Select the 'super' method. Can be repeated to traverse the ancestors", :as => :count
|
opt.on :s, :super, "Select the 'super' method. Can be repeated to traverse the ancestors", :as => :count
|
||||||
opt.on :l, "line-numbers", "Show line numbers"
|
opt.on :l, "line-numbers", "Show line numbers"
|
||||||
opt.on :b, "base-one", "Show line numbers but start numbering at 1 (useful for `amend-line` and `play` commands)"
|
opt.on :b, "base-one", "Show line numbers but start numbering at 1 (useful for `amend-line` and `play` commands)"
|
||||||
opt.on :f, :flood, "Do not use a pager to view text longer than one screen"
|
|
||||||
opt.on :a, :all, "Show all definitions and monkeypatches of the module/class"
|
opt.on :a, :all, "Show all definitions and monkeypatches of the module/class"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue