UNPKG

@agentkai/cli

Version:
17 lines 486 B
import { CLIConfigService } from '../services'; export interface ConfigCommandOptions { dataPath?: boolean; path?: boolean; init?: boolean; edit?: boolean; get?: string; set?: string; list?: boolean; debug?: boolean; } export declare class ConfigCommand { private configService; constructor(configService: CLIConfigService); execute(options: ConfigCommandOptions, commandArgs?: string[]): Promise<void>; } //# sourceMappingURL=config.d.ts.map