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,