Skip to content

Commit 84a06c8

Browse files
authored
[cli] update exportRuntime option description (#2415)
1 parent 1fdf83f commit 84a06c8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: cli/options.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@
178178
},
179179
"exportRuntime": {
180180
"category": "Features",
181-
"description": "Exports the runtime helpers (__new, __collect etc.).",
181+
"description": [
182+
"Always exports the runtime helpers (__new, __collect, __pin etc.).",
183+
"Automatically determined when generation of --bindings is enabled."
184+
],
182185
"type": "b",
183186
"default": false
184187
},
@@ -315,7 +318,7 @@
315318
},
316319
"disableWarning": {
317320
"description": [
318-
"Disables warnings matching the given diagnostic code.",
321+
"Disables warnings matching the given diagnostic code.",
319322
"If no diagnostic code is given, all warnings are disabled."
320323
],
321324
"type": "I"

0 commit comments

Comments
 (0)