UNPKG

@feflow/cli

Version:
15 lines 416 B
import Feflow from '../../'; export declare class Command { private val; private ctx; private readonly default; private readonly macos; private readonly linux; private readonly windows; constructor(ctx: Feflow, pluginPath: string, command: any); getCommands(): string[]; run(...args: string[]): void; runLess(): void; check(): void; } //# sourceMappingURL=command.d.ts.map