We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402476c commit 4fda6b1Copy full SHA for 4fda6b1
src/cli/parse-args.ts
@@ -41,7 +41,7 @@ export async function parseArgs(): Promise<ParsedArgs> {
41
ignoreScripts: args.ignoreScripts,
42
currentVersion: args.currentVersion,
43
execute: args.execute,
44
- recursive: !!args.recursive,
+ recursive: args.recursive,
45
}),
46
}
47
0 commit comments