Skip to content

Commit 1c4bfca

Browse files
committed
added -l for --logging
1 parent 56d8c15 commit 1c4bfca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ Arguments:
711711
Options:
712712
-V, --version output the version number
713713
-c, --config <path> custom config file path
714-
--logging <logging> off, error, info, debug
714+
-l, --logging <logging> off, error, info, debug
715715
-n, --name <name> report name for title
716716
-r, --reports <name[,name]> coverage reports to use
717717
-o, --outputDir <dir> output dir for reports

lib/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ program
177177
.argument('<command>', 'command to execute')
178178
.allowUnknownOption()
179179
.option('-c, --config <path>', 'custom config file path')
180-
.option('--logging <logging>', 'off, error, info, debug')
180+
.option('-l, --logging <logging>', 'off, error, info, debug')
181181

182182
.option('-n, --name <name>', 'report name for title')
183183
.option('-r, --reports <name[,name]>', 'coverage reports to use')

0 commit comments

Comments
 (0)