From 436d83fb0a762b8318a4248dd79aeb131686b9db Mon Sep 17 00:00:00 2001 From: MaxGraey Date: Sun, 7 Aug 2022 17:07:16 +0300 Subject: [PATCH 1/2] [cli] update exportRuntime option description --- cli/options.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cli/options.json b/cli/options.json index 3550b3d1dd..e62d78ba96 100644 --- a/cli/options.json +++ b/cli/options.json @@ -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 }, @@ -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" From 0a4031578504750e7f2d5bc2c3136f15150fc2f9 Mon Sep 17 00:00:00 2001 From: Max Graey Date: Sun, 7 Aug 2022 17:29:49 +0300 Subject: [PATCH 2/2] Update cli/options.json Co-authored-by: dcode --- cli/options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/options.json b/cli/options.json index e62d78ba96..91254ddc44 100644 --- a/cli/options.json +++ b/cli/options.json @@ -180,7 +180,7 @@ "category": "Features", "description": [ "Always exports the runtime helpers (__new, __collect, __pin etc.).", - "When host \"bindings\" is enabled it will be determined automatically." + "Automatically determined when generation of --bindings is enabled." ], "type": "b", "default": false