mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7032 from tSchubes/patch-1
grunt.util.ISpawnOptions.cmd is optional
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