Skip to content

Commit

Permalink
docs: added footnote about clearing argv (#6913)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleytodd committed Oct 17, 2023
1 parent 5508fe1 commit 92cd4ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workspaces/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92cd4ad

Please sign in to comment.