doc: fix list format in cli.md
PR-URL: https://github.com/nodejs/node/pull/21467 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
383b1b6d3c
commit
a40e06233e
@ -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:
|
Node options that are allowed are:
|
||||||
- `--enable-fips`
|
- `--enable-fips`
|
||||||
`--experimental-modules`
|
- `--experimental-modules`
|
||||||
`--experimental-repl-await`
|
- `--experimental-repl-await`
|
||||||
`--experimental-vm-modules`
|
- `--experimental-vm-modules`
|
||||||
`--experimental-worker`
|
- `--experimental-worker`
|
||||||
- `--force-fips`
|
- `--force-fips`
|
||||||
- `--icu-data-dir`
|
- `--icu-data-dir`
|
||||||
- `--inspect`
|
- `--inspect`
|
||||||
- `--inspect-brk`
|
- `--inspect-brk`
|
||||||
- `--inspect-port`
|
- `--inspect-port`
|
||||||
`--loader`
|
- `--loader`
|
||||||
`--napi-modules`
|
- `--napi-modules`
|
||||||
- `--no-deprecation`
|
- `--no-deprecation`
|
||||||
`--no-force-async-hooks-checks`
|
- `--no-force-async-hooks-checks`
|
||||||
- `--no-warnings`
|
- `--no-warnings`
|
||||||
- `--openssl-config`
|
- `--openssl-config`
|
||||||
`--pending-deprecation`
|
- `--pending-deprecation`
|
||||||
- `--redirect-warnings`
|
- `--redirect-warnings`
|
||||||
- `--require`, `-r`
|
- `--require`, `-r`
|
||||||
- `--throw-deprecation`
|
- `--throw-deprecation`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user