File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ Hooks allow for the configuration of custom actions related to the [lifecycle](r
329
329
Entries in the array contain the following properties:
330
330
* ** ` path ` ** (string, REQUIRED) with similar semantics to [ IEEE Std 1003.1-2001 ` execv ` 's * path* ] [ ieee-1003.1-2001-xsh-exec ] .
331
331
This specification extends the IEEE standard in that ** ` path ` ** MUST be absolute.
332
- * ** ` args ` ** (array of strings, REQUIRED ) with the same semantics as [ IEEE Std 1003.1-2001 ` execv ` 's * argv* ] [ ieee-1003.1-2001-xsh-exec ] .
332
+ * ** ` args ` ** (array of strings, OPTIONAL ) with the same semantics as [ IEEE Std 1003.1-2001 ` execv ` 's * argv* ] [ ieee-1003.1-2001-xsh-exec ] .
333
333
* ** ` env ` ** (array of strings, OPTIONAL) with the same semantics as [ IEEE Std 1003.1-2001's ` environ ` ] [ ieee-1003.1-2001-xbd-c8.1 ] .
334
334
* ** ` timeout ` ** (int, OPTIONAL) is the number of seconds before aborting the hook.
335
335
* ** ` poststart ` ** (array, OPTIONAL) is an array of [ post-start hooks] ( #poststart ) .
Original file line number Diff line number Diff line change 95
95
}
96
96
},
97
97
"required" : [
98
- " args" ,
99
98
" path"
100
99
]
101
100
},
You can’t perform that action at this time.
0 commit comments