mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 08:21:56 +00:00
Update module.args.ts
This commit is contained in:
parent
fc9bcc89a1
commit
1e1eeb881d
1 changed files with 9 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue