class Byebug::SaveCommand

def self.description

def self.description
  <<-EOD
    save[ FILE]
    #{short_description}
    Byebug state is saved as a script file. This includes breakpoints,
    catchpoints, display expressions and some settings. If no filename is
    given, byebug will fabricate one.
    Use the "source" command in another debug session to restore the saved
    file.
  EOD
end