class Byebug::QuitCommand

def self.description

def self.description
  <<-EOD
    q[uit] [!|unconditionally]
    #{short_description}
    Normally we prompt before exiting. However if the parameter
    "unconditionally" is given or command is suffixed with !, we exit
    without asking further questions.
  EOD
end