class Byebug::Command

def help(subcmd = nil)

def help(subcmd = nil)
  return format_subcmd(subcmd) if subcmd
  output = description
  output += format_subcmds if defined? self::Subcommands
  output
end