Merge pull request #7032 from tSchubes/patch-1

grunt.util.ISpawnOptions.cmd is optional
This commit is contained in:
Basarat Ali Syed
2015-12-03 11:14:07 +11:00
+1 -1
View File
@@ -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