AiCliCommand constructor
AiCliCommand()
Creates the ai command group.
Implementation
AiCliCommand() {
addSubcommand(AiConfigCommand());
addSubcommand(AiShowCommand());
addSubcommand(AiTestCommand());
}
Creates the ai command group.
AiCliCommand() {
addSubcommand(AiConfigCommand());
addSubcommand(AiShowCommand());
addSubcommand(AiTestCommand());
}