module Byebug::Subcommands::ClassMethods

def help


Default help text for a command with subcommands
def help
  super + subcommand_list.to_s
end