Skip to content

Commit 41fc334

Browse files
committed
Update yargs version
1 parent b662ae9 commit 41fc334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ process.on("SIGUSR2", async () => await cleanupJobResources(jobs));
2525
const yparser = yargs(process.argv.slice(2));
2626
yparser.parserConfiguration({"greedy-arrays": false})
2727
.showHelpOnFail(false)
28-
.version("4.56.2")
28+
.version("4.57.0")
2929
.wrap(yparser.terminalWidth?.())
3030
.command({
3131
handler: async (argv) => {

0 commit comments

Comments
 (0)