Make the TVrank command-line interface more convenient #11
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently the
TVrank
command-line interface offers "application-wide" parameters like--force-update
and--sort-by-year
, which means that they cannot be used after a subcommand is specified. It would be great to be able to use them as part of subcommands to make the interface more convenient.Example
Currently, passing
--sort-by-year
looks like so:tvrank --sort-by-year title "foo" --exact
It should be possible to pass it as follows:
tvrank title "foo" --exact --sort-by-year
The text was updated successfully, but these errors were encountered: