File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { expect } from 'chai' ;
2- import { parseMongoshArgs } from './parse-mongosh-args ' ;
2+ import { parseMongoshArgs } from './arg-parser ' ;
33import stripAnsi from 'strip-ansi' ;
44import { MongoshUnimplementedError } from '@mongosh/errors' ;
55
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ enableFipsIfRequested();
1515
1616import { markTime } from './startup-timing' ;
1717import { CliRepl } from './cli-repl' ;
18- import { parseMongoshArgs } from './parse-mongosh-args ' ;
18+ import { parseMongoshArgs } from './arg-parser ' ;
1919import { runSmokeTests } from './smoke-tests' ;
2020import { USAGE } from './constants' ;
2121import { baseBuildInfo , buildInfo } from './build-info' ;
You can’t perform that action at this time.
0 commit comments