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
-l
tldr
-l option for tldr command is ambiguous, inconsistent with help message
When running tldr -h, the help message indicates that -l can be used as a shorthand for --list. However, using tldr -l results in the following error:
tldr: option -l is ambiguous
The -l option should behave the same as --list, listing all entries in the local database.
An error message is displayed indicating that the -l option is ambiguous.
The --list option works as expected when used in place of -l.
If you can identify the specific file or code section where this issue originates, I'd be happy to submit a pull request to resolve it.
The text was updated successfully, but these errors were encountered:
Thanks for the issue, this would potentially be fixed by #103.
Sorry, something went wrong.
Seems like it! Can we leave this one open until verified?
Thanks for the issue, this would potentially be fixed by #103. Seems like it! Can we leave this one open until verified?
Yep, merging that PR will automatically close this one. Till that I would suggest leaving it as it is.
Successfully merging a pull request may close this issue.
GitHub Issue Title:
-l option for tldr command is ambiguous, inconsistent with help message
Issue Description:
Problem Description:
When running tldr -h, the help message indicates that -l can be used as a shorthand for --list. However, using tldr -l results in the following error:
Steps to Reproduce:
Expected Behavior:
The -l option should behave the same as --list, listing all entries in the local database.
Actual Behavior:
An error message is displayed indicating that the -l option is ambiguous.
Environment:
Additional Information:
The --list option works as expected when used in place of -l.
Possible Solutions:
The text was updated successfully, but these errors were encountered: