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`