Skip to content

Commit

Permalink
fix: Remove yargs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Oct 11, 2022
1 parent 01d44a4 commit 38b3d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.js
Expand Up @@ -34,6 +34,7 @@ function setupDebugMessages(printer) {

const argv = yargs(process.argv.slice(2))
.scriptName("print-ready")
.version(false)
.options({
o: {
type: "string",
Expand Down

0 comments on commit 38b3d50

Please sign in to comment.