Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,22 +513,22 @@ that is not allowed in the environment is used, such as `-p` or a script file.

Node options that are allowed are:
- `--enable-fips`
`--experimental-modules`
`--experimental-repl-await`
`--experimental-vm-modules`
`--experimental-worker`
- `--experimental-modules`
- `--experimental-repl-await`
- `--experimental-vm-modules`
- `--experimental-worker`
- `--force-fips`
- `--icu-data-dir`
- `--inspect`
- `--inspect-brk`
- `--inspect-port`
`--loader`
`--napi-modules`
- `--loader`
- `--napi-modules`
- `--no-deprecation`
`--no-force-async-hooks-checks`
- `--no-force-async-hooks-checks`
- `--no-warnings`
- `--openssl-config`
`--pending-deprecation`
- `--pending-deprecation`
- `--redirect-warnings`
- `--require`, `-r`
- `--throw-deprecation`
Expand Down