Update module.args.ts

This commit is contained in:
Tera 2025-04-17 04:54:21 +03:00 committed by GitHub
parent fc9bcc89a1
commit 1e1eeb881d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,15 @@ export type TAppArg<T extends boolean|string|number|unknown[], K = any> = {
}
const args: TAppArg<boolean|number|string|unknown[]>[] = [
{
name: 'absolute',
describe: 'Use absolute numbers for the episode',
docDescribe: 'Use absolute numbers for the episode. If not set, it will use the default index numbers',
group: 'dl',
service: ['crunchy'],
type: 'boolean',
usage: '',
},
{
name: 'auth',
describe: 'Enter authentication mode',