registerCustom method
Register additional custom CLI commands (e.g., from plugins).
Implementation
void registerCustom(KhademCommand command) {
registerCustomCommand(command);
}
Register additional custom CLI commands (e.g., from plugins).
void registerCustom(KhademCommand command) {
registerCustomCommand(command);
}