Skip to content

Commit

Permalink
feat: --no-open-file
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Aug 16, 2020
1 parent 07fdd1d commit ac38d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ program
.option('--web', `Publish sheet to google docs`)
.option('--no-color', `No console colors`)
.option('--open-file', `Open file after scan (default: yes on Windows and MacOS)`)
.option('--no-open-file', `Don't open file after scan`)
.option('--no-console-validate', `Don't output validate messages in console`)
.name("site-audit-seo")
.version(packageJson.version)
Expand Down

0 comments on commit ac38d77

Please sign in to comment.