[CR] Change the default API to web
This commit is contained in:
parent
d2a69fdc4d
commit
978159c80e
1 changed files with 2 additions and 2 deletions
|
|
@ -227,7 +227,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
|||
usage: '',
|
||||
choices: ['android', 'web'],
|
||||
default: {
|
||||
default: 'android'
|
||||
default: 'web'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -290,7 +290,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
|||
describe: 'Select specific stream',
|
||||
choices: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
|
||||
default: {
|
||||
default: 5
|
||||
default: 1
|
||||
},
|
||||
docDescribe: true,
|
||||
service: ['crunchy'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue