Version
v24.0.1
Platform
Subsystem
No response
What steps will reproduce the bug?
Doc bug:
Docs for --permission incorrectly state support for (,) delimiter.
See https://nodejs.org/api/permissions.html#file-system-permissions
After digging I realized support for the , delimiter was removed:
https://github.com/nodejs/node/blob/v24.0.1/doc/api/cli.md?plain=1#L204
How often does it reproduce? Is there a required condition?
Everytime
What is the expected behavior? Why is that the expected behavior?
The documentation reflects what is supported and possible.
What do you see instead?
Additional information
No response
Version
v24.0.1
Platform
Subsystem
No response
What steps will reproduce the bug?
Doc bug:
Docs for --permission incorrectly state support for (,) delimiter.
See https://nodejs.org/api/permissions.html#file-system-permissions
After digging I realized support for the
,delimiter was removed:https://github.com/nodejs/node/blob/v24.0.1/doc/api/cli.md?plain=1#L204
How often does it reproduce? Is there a required condition?
Everytime
What is the expected behavior? Why is that the expected behavior?
The documentation reflects what is supported and possible.
What do you see instead?
Additional information
No response