class Byebug::QuitCommand
def self.description
def self.description <<-DESCRIPTION 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. DESCRIPTION end