Skip to content

Commit a40e062

Browse files
committed
doc: fix list format in cli.md
PR-URL: #21467 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 383b1b6 commit a40e062

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/api/cli.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -513,22 +513,22 @@ that is not allowed in the environment is used, such as `-p` or a script file.
513513

514514
Node options that are allowed are:
515515
- `--enable-fips`
516-
`--experimental-modules`
517-
`--experimental-repl-await`
518-
`--experimental-vm-modules`
519-
`--experimental-worker`
516+
- `--experimental-modules`
517+
- `--experimental-repl-await`
518+
- `--experimental-vm-modules`
519+
- `--experimental-worker`
520520
- `--force-fips`
521521
- `--icu-data-dir`
522522
- `--inspect`
523523
- `--inspect-brk`
524524
- `--inspect-port`
525-
`--loader`
526-
`--napi-modules`
525+
- `--loader`
526+
- `--napi-modules`
527527
- `--no-deprecation`
528-
`--no-force-async-hooks-checks`
528+
- `--no-force-async-hooks-checks`
529529
- `--no-warnings`
530530
- `--openssl-config`
531-
`--pending-deprecation`
531+
- `--pending-deprecation`
532532
- `--redirect-warnings`
533533
- `--require`, `-r`
534534
- `--throw-deprecation`

0 commit comments

Comments
 (0)