You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// instead of --connectionString, as it's how the mongosh works.
334
-
if(args.connectionString){
329
+
if(knownArgs.connectionString){
335
330
usedDeprecatedArgument=true;
336
331
warn(
337
332
"The --connectionString argument is deprecated. Prefer using the first positional argument for the connection string or the MDB_MCP_CONNECTION_STRING environment variable."
0 commit comments