Skip to content

Commit

Permalink
fix: CLI argument behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Apr 8, 2022
1 parent e522a23 commit 01bef1a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/cli.js
Expand Up @@ -34,12 +34,6 @@ function setupDebugMessages(printer) {

const argv = yargs(process.argv.slice(2))
.scriptName("print-ready")

// disable automatic console output
// .help(false)
// .version(false)

// options for the command line
.options({
o: {
type: "string",
Expand All @@ -63,7 +57,6 @@ const argv = yargs(process.argv.slice(2))
.usage("$0 [options] filename")
.argv;


//-----------------------------------------------------------------------------
// Main
//-----------------------------------------------------------------------------
Expand Down

0 comments on commit 01bef1a

Please sign in to comment.