Skip to content

[cli] update exportRuntime option description #2415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions cli/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,10 @@
},
"exportRuntime": {
"category": "Features",
"description": "Exports the runtime helpers (__new, __collect etc.).",
"description": [
"Always exports the runtime helpers (__new, __collect, __pin etc.).",
"When host \"bindings\" is enabled it will be determined automatically."
],
"type": "b",
"default": false
},
Expand Down Expand Up @@ -315,7 +318,7 @@
},
"disableWarning": {
"description": [
"Disables warnings matching the given diagnostic code.",
"Disables warnings matching the given diagnostic code.",
"If no diagnostic code is given, all warnings are disabled."
],
"type": "I"
Expand Down