From 9261d6a4c1e816e6492ba1ecc2e622e43765ff84 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Tue, 17 Oct 2023 15:07:20 -0500 Subject: [PATCH] fix: added footnote about clearing argv --- workspaces/config/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workspaces/config/README.md b/workspaces/config/README.md index aa399cf7016c0..12a5e23331d3a 100644 --- a/workspaces/config/README.md +++ b/workspaces/config/README.md @@ -64,6 +64,8 @@ const conf = new Config({ shorthands, flatten, // optional, defaults to process.argv + // argv: [] <- if you are using this package in your own cli + // and dont want to have colliding argv argv: process.argv, // optional, defaults to process.env env: process.env,