class Byebug::EnableCommand::DisplayCommand

def self.description

def self.description
  <<-DESCRIPTION
    en[able] d[isplay][ <id1> <id2> .. <idn>]
    #{short_description}
    Arguments are the code numbers of the expressions to enable. Do "info
    display" to see the current list of code numbers. If no arguments are
    specified, all displays are enabled.
  DESCRIPTION
end