AiTestCommand constructor
AiTestCommand()
Creates the ai-test command.
Implementation
AiTestCommand() {
argParser.addOption(
'path',
help: 'Config file path (default ~/.omnyserver/ai.yaml).',
);
}
Creates the ai-test command.
AiTestCommand() {
argParser.addOption(
'path',
help: 'Config file path (default ~/.omnyserver/ai.yaml).',
);
}