irb icon indicating copy to clipboard operation
irb copied to clipboard

Implement `exit_program` (`!!!`) command

Open sambostock opened this issue 2 years ago • 1 comments

Pry includes an exit-program command, also aliased as quit-program and !!! which calls Kernel.exit. This is useful when binding.pry has been used in a loop.

This implements a similar exit_program command, also aliased as quit_program and !!!.

sambostock avatar Dec 25 '23 16:12 sambostock

With #851, the new exit! command is now essentially exit_program without taking an status argument. Do you want to rebase this PR and then introduce the !!! as an alias to it?

st0012 avatar Feb 12 '24 11:02 st0012