We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d806c commit b97d518Copy full SHA for b97d518
doc/api/cli.md
@@ -144,6 +144,13 @@ added: v6.0.0
144
145
Silence all process warnings (including deprecations).
146
147
+### `--napi-modules[=yes|no]`
148
+<!-- YAML
149
+added: v8.0.0
150
+-->
151
+
152
+Load N-API modules (default no).
153
154
### `--trace-warnings`
155
<!-- YAML
156
added: v6.0.0
doc/node.1
@@ -119,6 +119,10 @@ Throw errors for deprecations.
119
.BR \-\-no\-warnings
120
121
122
+.TP
123
+.BR \-\-napi\-modules \fI[=yes|no]\fR
124
125
126
.TP
127
.BR \-\-trace\-warnings
128
Print stack traces for process warnings (including deprecations).
0 commit comments