class Byebug::EnableCommand::BreakpointsCommand

def self.description

def self.description
  <<-DESCRIPTION
    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.
  DESCRIPTION
end