We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tvcmd:> shows --help usage: save [-h]
Save episodes status DB and cache
optional arguments: -h, --help show this help message and exit
example: save
tvcmd:> search --help usage: save [-h] SHOW
positional arguments: SHOW show name or part, ex: the offi
example: search the offi
The text was updated successfully, but these errors were encountered:
fixed at 57432d5
Sorry, something went wrong.
The description and epilog messages for 'shows --help' are still the same.
tvcmd:> shows --help usage: save [-h] Save episodes status DB and cache optional arguments: -h, --help show this help message and exit example: save
you are right, I fixed search but missed save, I'll reopen the issue
No branches or pull requests
tvcmd:> shows --help
usage: save [-h]
Save episodes status DB and cache
optional arguments:
-h, --help show this help message and exit
example: save
tvcmd:> search --help
usage: save [-h] SHOW
Save episodes status DB and cache
positional arguments:
SHOW show name or part, ex: the offi
optional arguments:
-h, --help show this help message and exit
example: search the offi
The text was updated successfully, but these errors were encountered: