diff --git a/doc/api/cli.md b/doc/api/cli.md index 94d37739980ec1..0cbdf4a12d40e1 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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`