We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001ba92 commit ec59097Copy full SHA for ec59097
1 file changed
types/index.d.ts
@@ -39,6 +39,7 @@ export type ParseProps = {
39
pureEnv?: boolean | undefined
40
pureArgv?: boolean | undefined
41
pureCommands?: boolean | undefined
42
+ single?: string[] | undefined
43
commands?: (string | string[])[] | undefined
44
env?: [string[], string, string][] | undefined
45
required?: (string | string[])[] | undefined
0 commit comments