From 5b9f9292cf756c2cefd829b9fe5a6d156bc2e6e5 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Fri, 22 Jun 2018 19:23:36 +0300 Subject: [PATCH] doc: fix list format in cli.md --- doc/api/cli.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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`