interface LaraSystemTools {
    new LaraSystemToolsnew (...args: unknown[]): any;
    runCommand(command: string | List<string>, workingDir: string, printToConsole: boolean, timeoutNanos?: number): ProcessOutputAsString;
    (...args: unknown[]): any;
}

Hierarchy (view full)

Constructors

Methods

Constructors

Methods