| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/runners/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/runners/abstract.runner.d.ts |
export declare class AbstractRunner {
protected binary: string;
protected args: string[];
constructor(binary: string, args?: string[]);
run(command: string, collect?: boolean, cwd?: string): Promise<null | string>;
/**
* @param command
* @returns The entire command that will be ran when calling `run(command)`.
*/
rawFullCommand(command: string): string;
}