node/lib/internal/util/parse_args
Zhenwei Jin 69b828f5a5
util: support --no- for argument with boolean type for parseArgs
PR-URL: https://github.com/nodejs/node/pull/53107
Refs: https://github.com/nodejs/node/issues/53095
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2024-07-19 15:27:14 +02:00
..
parse_args.js util: support --no- for argument with boolean type for parseArgs 2024-07-19 15:27:14 +02:00
utils.js