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 Jun 18, 2020
1 parent 50adcca commit 2427d65
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 @@ -262,6 +262,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 @@ -498,13 +505,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 2427d65

Please sign in to comment.