@feflow/cli
Version:
A front-end flow tool.
15 lines • 416 B
TypeScript
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