summaryrefslogtreecommitdiff
path: root/cli/args
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-12-07 16:10:50 -0500
committerGitHub <noreply@github.com>2022-12-07 16:10:50 -0500
commitf8bcf6be28a1aab9e3be45755aac644fc65db681 (patch)
treed3ae4e207884d888dffee119d4b465b52487856f /cli/args
parent1a472ad06bdc55b1fa0c0f26ca2d24d709f2e0c3 (diff)
feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980)
Diffstat (limited to 'cli/args')
-rw-r--r--cli/args/flags.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index 7a4416cf5..f1acbf48d 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -547,6 +547,7 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES:
(module downloads, fetch)
HTTPS_PROXY Proxy address for HTTPS requests
(module downloads, fetch)
+ NPM_CONFIG_REGISTRY URL to use for the npm registry.
NO_COLOR Set to disable color
NO_PROXY Comma-separated list of hosts which do not use a proxy
(module downloads, fetch)"#;