AiCliCommand constructor

AiCliCommand()

Creates the ai command group.

Implementation

AiCliCommand() {
  addSubcommand(AiConfigCommand());
  addSubcommand(AiShowCommand());
  addSubcommand(AiTestCommand());
}