class Byebug::HelpCommand

def description

def description
  %(h[elp][ <command>[ <subcommand>]]
    "help" alone prints this help.
    "help <command>" prints help on <command>.
    "help <command> <subcommand> prints help on <subcommand>.)
end