From c6695a6d156408220b4399805c9ac821eaf39be9 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 10 Jun 2020 08:16:16 +0200 Subject: [PATCH] doc: move --force-context-aware option in cli.md This commit moves the --force-context-aware option so that the options list is in alphabetical order. --- doc/api/cli.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 2056cbd84961e1..bee20f34525d24 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -276,6 +276,13 @@ Enable experimental WebAssembly System Interface (WASI) support. added: v12.3.0 --> +### `--force-context-aware` + + +Disable loading native addons that are not [context-aware][]. + Enable experimental WebAssembly module support. ### `--force-fips` @@ -512,13 +519,6 @@ added: v6.0.0 Silence all process warnings (including deprecations). -### `--force-context-aware` - - -Disable loading native addons that are not [context-aware][]. - ### `--openssl-config=file`