class Byebug::ShowCommand

def self.description

def self.description
  <<-DESCRIPTION
    show <setting> <value>
    #{short_description}
    You can change them with the "set" command.
  DESCRIPTION
end