mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 07:00:59 +01:00
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: https://github.com/nodejs/node/pull/33823 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
e1ad548cd4
commit
418f5b61eb
@ -276,6 +276,13 @@ Enable experimental WebAssembly System Interface (WASI) support.
|
||||
added: v12.3.0
|
||||
-->
|
||||
|
||||
### `--force-context-aware`
|
||||
<!-- YAML
|
||||
added: v12.12.0
|
||||
-->
|
||||
|
||||
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`
|
||||
<!-- YAML
|
||||
added: v12.12.0
|
||||
-->
|
||||
|
||||
Disable loading native addons that are not [context-aware][].
|
||||
|
||||
### `--openssl-config=file`
|
||||
<!-- YAML
|
||||
added: v6.9.0
|
||||
|
Loading…
Reference in New Issue
Block a user