module Byebug::Subcommands::ClassMethods
def help
Default help text for a command with subcommands
def help super + subcommand_list.to_s end
def subcommand_list
Command's subcommands.
def subcommand_list @subcommand_list ||= CommandList.new(commands) end