Skip to content

Commit cab3e32

Browse files
Karan NagpalKaran Nagpal
authored andcommitted
add alias for reporter and reporter-options
1 parent b433621 commit cab3e32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/runner.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,14 @@ var argv = yargs
197197
describe: Constants.cliMessages.RUN.SYNC_NO_WRAP,
198198
type: "boolean"
199199
},
200-
'reporter': {
200+
'r': {
201+
alias: 'reporter',
201202
default: undefined,
202203
describe: Constants.cliMessages.RUN.REPORTER,
203204
type: "string"
204205
},
205-
'reporter-options': {
206+
'o': {
207+
alias: 'reporter-options',
206208
default: undefined,
207209
describe: Constants.cliMessages.RUN.REPORTER_OPTIONS,
208210
type: "string"

0 commit comments

Comments
 (0)