added type string for deviceserial args (#3490)
This commit is contained in:
parent
1f0472e2ec
commit
39d44d4eec
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue