diff --git a/modules/module.args.ts b/modules/module.args.ts index 66d192b..0eaa5b0 100644 --- a/modules/module.args.ts +++ b/modules/module.args.ts @@ -227,7 +227,7 @@ const args: TAppArg[] = [ usage: '', choices: ['android', 'web'], default: { - default: 'android' + default: 'web' } }, { @@ -290,7 +290,7 @@ const args: TAppArg[] = [ describe: 'Select specific stream', choices: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], default: { - default: 5 + default: 1 }, docDescribe: true, service: ['crunchy'],