Skip to content

Commit

Permalink
feat: add --report-dir alias (for consistency with nyc)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 2, 2019
1 parent 06fe119 commit 0dd1b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse-args.js
Expand Up @@ -16,7 +16,7 @@ function buildYargs (withCommands = false) {
default: 'text'
})
.option('reports-dir', {
alias: 'o',
alias: ['o', 'report-dir'],
describe: 'directory where coverage reports will be output to',
default: './coverage'
})
Expand Down

0 comments on commit 0dd1b04

Please sign in to comment.