Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the TVrank command-line interface more convenient #11

Closed
fredmorcos opened this issue Feb 24, 2022 · 2 comments
Closed

Make the TVrank command-line interface more convenient #11

fredmorcos opened this issue Feb 24, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@fredmorcos
Copy link
Owner

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
@fredmorcos fredmorcos added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Feb 24, 2022
Olsi-B pushed a commit to Olsi-B/tvrank that referenced this issue Mar 2, 2022
Olsi-B pushed a commit to Olsi-B/tvrank that referenced this issue Mar 4, 2022
Olsi-B pushed a commit to Olsi-B/tvrank that referenced this issue Mar 5, 2022
fredmorcos added a commit that referenced this issue Mar 5, 2022
#11 Make the TVrank command-line interface more convenient
@fredmorcos
Copy link
Owner Author

Implemented by pull request #15

@Olsi-B
Copy link
Collaborator

Olsi-B commented Mar 10, 2022

Issue solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants