Skip to content

Commit

Permalink
doc: move --force-context-aware option in cli.md
Browse files Browse the repository at this point in the history
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 <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>
  • Loading branch information
danbev authored and codebytere committed Jul 10, 2020
1 parent 9111fab commit 5609b17
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,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`
Expand Down Expand Up @@ -495,13 +502,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
Expand Down

0 comments on commit 5609b17

Please sign in to comment.