Let search-type be set in cli-default

This commit is contained in:
Izuco 2022-01-08 22:26:12 +01:00
parent d61bad81b5
commit 1b001438d9
No known key found for this signature in database
GPG key ID: E9CBE9E4EF3A1BFA

View file

@ -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',