mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Vendored
+5
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user