We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ef973 commit 666ab2bCopy full SHA for 666ab2b
src/common/config/parseUserConfig.ts
@@ -10,9 +10,8 @@ import {
10
UnknownArgumentError,
11
} from "@mongosh/arg-parser/arg-parser";
12
import { z as z4 } from "zod/v4";
13
-import type yargsParser from "yargs-parser";
14
15
-export type ParserOptions = Partial<yargsParser.Options>;
+export type ParserOptions = typeof defaultArgParserOptions;
16
17
export const defaultParserOptions = {
18
// This is the name of key that yargs-parser will look up in CLI
0 commit comments