chore: update --help for disable-file-downloads (#5176)

* chore: update --help for disable-file-downloads

* fixup: formatting
This commit is contained in:
Joe Previte
2022-05-06 16:08:25 -07:00
committed by GitHub
parent 60dd8ab374
commit 7c1a45a8d8

View File

@@ -160,7 +160,8 @@ export const options: Options<Required<UserProvidedArgs>> = {
}, },
"disable-file-downloads": { "disable-file-downloads": {
type: "boolean", 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 // --enable can be used to enable experimental features. These features
// provide no guarantees. // provide no guarantees.