Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/runners/
Upload File :
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;
}