Skip to content

Commit 09c5f4c

Browse files
committed
chore: move parseCliArgs to args-parser
1 parent 80d3e53 commit 09c5f4c

File tree

9 files changed

+1244
-1170
lines changed

9 files changed

+1244
-1170
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/arg-parser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"dependencies": {
3838
"@mongosh/errors": "2.4.4",
3939
"@mongosh/i18n": "^2.19.0",
40-
"mongodb-connection-string-url": "^3.0.2"
40+
"mongodb-connection-string-url": "^3.0.2",
41+
"yargs-parser": "^20.2.4"
4142
},
4243
"devDependencies": {
4344
"@mongodb-js/devtools-connect": "^3.9.4",

0 commit comments

Comments
 (0)