class Byebug::QuitCommand

def description

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