AiTestCommand constructor

AiTestCommand()

Creates the ai-test command.

Implementation

AiTestCommand() {
  argParser.addOption(
    'path',
    help: 'Config file path (default ~/.omnyserver/ai.yaml).',
  );
}