Skip to content

Commit 5609b17

Browse files
danbevcodebytere
authored andcommitted
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. PR-URL: #33823 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9111fab commit 5609b17

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/api/cli.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,13 @@ Enable experimental WebAssembly System Interface (WASI) support.
241241
added: v12.3.0
242242
-->
243243

244+
### `--force-context-aware`
245+
<!-- YAML
246+
added: v12.12.0
247+
-->
248+
249+
Disable loading native addons that are not [context-aware][].
250+
244251
Enable experimental WebAssembly module support.
245252

246253
### `--force-fips`
@@ -495,13 +502,6 @@ added: v6.0.0
495502

496503
Silence all process warnings (including deprecations).
497504

498-
### `--force-context-aware`
499-
<!-- YAML
500-
added: v12.12.0
501-
-->
502-
503-
Disable loading native addons that are not [context-aware][].
504-
505505
### `--openssl-config=file`
506506
<!-- YAML
507507
added: v6.9.0

0 commit comments

Comments
 (0)