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 20c9928 commit 3c39e4aCopy full SHA for 3c39e4a
bin/runner.js
@@ -164,6 +164,17 @@ var argv = yargs
164
describe: Constants.cliMessages.RUN.BUILD_NAME,
165
type: "string",
166
default: undefined
167
+ },
168
+ 's': {
169
+ alias: ['specs', 'spec'],
170
+ describe: Constants.cliMessages.RUN.SPECS_DESCRIPTION,
171
+ type: "array",
172
+ default: undefined
173
174
+ 'env': {
175
+ describe: Constants.cliMessages.RUN.ENV_DESCRIPTION,
176
177
178
}
179
})
180
.help('help')
0 commit comments