AiShowCommand constructor

AiShowCommand()

Creates the ai-show command.

Implementation

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