added type string for deviceserial args (#3490)

This commit is contained in:
Saurav Kumar 2021-10-20 23:29:02 +05:30 committed by GitHub
parent 1f0472e2ec
commit 39d44d4eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -675,6 +675,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
})
.option('browsertime.firefox.android.deviceSerial', {
alias: 'firefox.android.deviceSerial',
type: 'string',
describe:
'Choose which device to use. If you do not set it, first device will be used.',
group: 'Firefox'
@ -767,6 +768,7 @@ module.exports.parseCommandLine = function parseCommandLine() {
})
.option('browsertime.chrome.android.deviceSerial', {
alias: 'chrome.android.deviceSerial',
type: 'string',
describe:
'Choose which device to use. If you do not set it, the first found device will be used.',
group: 'Chrome'