class Byebug::ShowCommand

def description

def description
  <<-EOD.gsub(/^ {8}/, '')
    show <setting> <value>
    Generic command for showing byebug settings. You can change them with
    the "set" command.
  EOD
end