From 2427d6544b464f5ffe1d60eb8f25c2a45896776b 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit moves the --force-context-aware option so that the options list is in alphabetical order. PR-URL: https://github.com/nodejs/node/pull/33823 Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- 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 b69d5e583ef26c..d31fa43fb6a6e7 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -262,6 +262,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` @@ -498,13 +505,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`