mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-20 16:02:14 +00:00
Let search-type be set in cli-default
This commit is contained in:
parent
d61bad81b5
commit
1b001438d9
1 changed files with 3 additions and 1 deletions
|
|
@ -82,7 +82,9 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
|||
type: 'string',
|
||||
usage: '${type}',
|
||||
choices: [ '', 'top_results', 'series', 'movie_listing', 'episode' ],
|
||||
default: ''
|
||||
default: {
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'page',
|
||||
|
|
|
|||
Loading…
Reference in a new issue