diff --git a/lib/parse-args.js b/lib/parse-args.js index bafe9d4f..98c663bd 100644 --- a/lib/parse-args.js +++ b/lib/parse-args.js @@ -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' })