Skip to content

Commit 418f5b6

Browse files
committedJun 15, 2020
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 e1ad548 commit 418f5b6

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
@@ -276,6 +276,13 @@ Enable experimental WebAssembly System Interface (WASI) support.
276276
added: v12.3.0
277277
-->
278278

279+
### `--force-context-aware`
280+
<!-- YAML
281+
added: v12.12.0
282+
-->
283+
284+
Disable loading native addons that are not [context-aware][].
285+
279286
Enable experimental WebAssembly module support.
280287

281288
### `--force-fips`
@@ -512,13 +519,6 @@ added: v6.0.0
512519

513520
Silence all process warnings (including deprecations).
514521

515-
### `--force-context-aware`
516-
<!-- YAML
517-
added: v12.12.0
518-
-->
519-
520-
Disable loading native addons that are not [context-aware][].
521-
522522
### `--openssl-config=file`
523523
<!-- YAML
524524
added: v6.9.0

0 commit comments

Comments
 (0)
Please sign in to comment.