UNPKG

@agentkai/cli

Version:
14 lines (13 loc) 390 B
export class ConfigCommand { constructor(configService) { Object.defineProperty(this, "configService", { enumerable: true, configurable: true, writable: true, value: configService }); } async execute(options, commandArgs = []) { return this.configService.handleConfigCommand(options, commandArgs); } }