Skip to content

Commit

Permalink
Update yargs version
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow committed Jan 22, 2025
1 parent b662ae9 commit 41fc334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ process.on("SIGUSR2", async () => await cleanupJobResources(jobs));
const yparser = yargs(process.argv.slice(2));
yparser.parserConfiguration({"greedy-arrays": false})
.showHelpOnFail(false)
.version("4.56.2")
.version("4.57.0")
.wrap(yparser.terminalWidth?.())
.command({
handler: async (argv) => {
Expand Down

0 comments on commit 41fc334

Please sign in to comment.