CustomCommand constructor
CustomCommand()
Implementation
CustomCommand()
: super('custom', 'Manage custom commands.', ['cmd', 'commands']) {
addSubcommand(ListCustomCommandsCommand());
addSubcommand(ShowCustomCommand());
addSubcommand(AddCustomCommand());
addSubcommand(EditCustomCommand());
addSubcommand(RemoveCustomCommand());
addSubcommand(CheckCustomCommandsCommand());
}