Skip to content

Commit

Permalink
fix: πŸ› parse args asynchronously
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiofcferreira committed Oct 31, 2024
1 parent b3f3e51 commit 396a0cb
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 @@ -125,4 +125,4 @@ yargs(hideBin(process.argv))
},
})
.version(packageBundleJson.version)
.parseSync();
.parseAsync();

0 comments on commit 396a0cb

Please sign in to comment.