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