UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

11 lines (10 loc) 401 B
/** * the run command function. * @param cmd the command to run. * @param debug the debug flag. * @param forceDebug the force debug flag. * @param finalizeInfo the finalize info. * @param writeToFileName the write to file name. * @returns */ export declare function runCommand(cmd: string, debug?: boolean, forceDebug?: boolean, finalizeInfo?: any, writeToFileName?: string): Promise<string>;