We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b433621 commit cab3e32Copy full SHA for cab3e32
bin/runner.js
@@ -197,12 +197,14 @@ var argv = yargs
197
describe: Constants.cliMessages.RUN.SYNC_NO_WRAP,
198
type: "boolean"
199
},
200
- 'reporter': {
+ 'r': {
201
+ alias: 'reporter',
202
default: undefined,
203
describe: Constants.cliMessages.RUN.REPORTER,
204
type: "string"
205
- 'reporter-options': {
206
+ 'o': {
207
+ alias: 'reporter-options',
208
209
describe: Constants.cliMessages.RUN.REPORTER_OPTIONS,
210
0 commit comments