registerCustom method

void registerCustom(
  1. KhademCommand command
)

Register additional custom CLI commands (e.g., from plugins).

Implementation

void registerCustom(KhademCommand command) {
  registerCustomCommand(command);
}