class Byebug::QuitCommand

def description

def description
  %{
    q[uit][ !| unconditionally]\texit from byebug.
    exit[!]\talias to quit
    Normally we prompt before exiting. However if the parameter
    "unconditionally" is given or command is suffixed with !, we exit
    without asking further questions.
   }
end