class Byebug::ShowCommand

def description

def description
  prettify <<-EOD
    show <setting> <value>
    Generic command for showing byebug settings. You can change them with
    the "set" command.
  EOD
end