class Byebug::EnableCommand::BreakpointsSubcommand

def description

def description
  <<-EOD
    en[able] b[reakpoints][ <ids>]
    #{short_description}
    Give breakpoint numbers (separated by spaces) as arguments or no
    argument at all if you want to enable every breakpoint.
  EOD
end