We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b662ae9 commit 41fc334Copy full SHA for 41fc334
src/index.ts
@@ -25,7 +25,7 @@ process.on("SIGUSR2", async () => await cleanupJobResources(jobs));
25
const yparser = yargs(process.argv.slice(2));
26
yparser.parserConfiguration({"greedy-arrays": false})
27
.showHelpOnFail(false)
28
- .version("4.56.2")
+ .version("4.57.0")
29
.wrap(yparser.terminalWidth?.())
30
.command({
31
handler: async (argv) => {
0 commit comments