This commit is contained in:
Eyal Solnik
2015-09-20 13:06:02 +03:00
parent 947dd5063b
commit a72ea311a7
+5
View File
@@ -122,6 +122,11 @@ declare module jake{
* stop execution on error, default true
*/
breakOnError?:boolean;
/**
*
*/
windowsVerbatimArguments?: boolean
}
export function exec(cmds:string[], callback?:()=>void, opts?:ExecOptions):void;