From 15ad62888c91da7e3a96c74dd4dd33de025e5420 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 6 May 2022 15:37:28 -0700 Subject: [PATCH 1/2] chore: update --help for disable-file-downloads --- src/node/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/cli.ts b/src/node/cli.ts index 6c33060cdbed..eb584e2d3d22 100644 --- a/src/node/cli.ts +++ b/src/node/cli.ts @@ -160,7 +160,7 @@ export const options: Options> = { }, "disable-file-downloads": { type: "boolean", - description: "Disable file downloads from Code.", + description: "Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.", }, // --enable can be used to enable experimental features. These features // provide no guarantees. From a1bb9bd68b15994e816e1c4de251f93381de24f7 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 6 May 2022 15:47:05 -0700 Subject: [PATCH 2/2] fixup: formatting --- src/node/cli.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/node/cli.ts b/src/node/cli.ts index eb584e2d3d22..97d02a4e959b 100644 --- a/src/node/cli.ts +++ b/src/node/cli.ts @@ -160,7 +160,8 @@ export const options: Options> = { }, "disable-file-downloads": { type: "boolean", - description: "Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.", + description: + "Disable file downloads from Code. This can also be set with CS_DISABLE_FILE_DOWNLOADS set to 'true' or '1'.", }, // --enable can be used to enable experimental features. These features // provide no guarantees.