Skip to content

Commit

Permalink
doc: fix list format in cli.md
Browse files Browse the repository at this point in the history
PR-URL: #21467
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
vsemozhetbyt authored and targos committed Jun 24, 2018
1 parent 2fa49a3 commit 361e4f2
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit 361e4f2

Please sign in to comment.