mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
ISpawnOptions.cmd is optional
These options are perfectly valid but will cause a ts build to fail: grunt.util.spawn({grunt: true, args: ['"mytask"]});
This commit is contained in:
Vendored
+1
-1
@@ -1172,7 +1172,7 @@ declare module grunt {
|
||||
/**
|
||||
* The command to execute. It should be in the system path.
|
||||
*/
|
||||
cmd: string
|
||||
cmd?: string
|
||||
|
||||
/**
|
||||
* If specified, the same grunt bin that is currently running will be
|
||||
|
||||
Reference in New Issue
Block a user