-
Notifications
You must be signed in to change notification settings - Fork 5
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
"long options" in wget
#22
Comments
Hi @fpuga, thanks for reporting this! I don't have the bandwidth to fix this right now but I will add tests for this command. It looks like option-def-alt isn't picking up But it matches the regex for It's a matter of exploring why the regex fails to match this pattern. Maybe tinkering with the several levels of indirection (contexts) to see where the regex matching fails. Like, inline this particular case at the earliest possible context. Lastly, if cmd-help was useful to you, please consider giving it a star ⭐ |
On second look, this one was pretty easy to fix. It was a problem with how we didn't match As previously said, please consider giving cmd-help a star. :D |
Thanks for fixing it. You deserve the star :D. |
An improvement over yesterday's solution for #22. Keeps the common case 1st, the corner case at the end.
description
--tries=NUMER
should be colorized--output-document=FILE
should be colorized$ bat --version
$ wget --help | bat -plhelp --pager=none
$ wget --version
The text was updated successfully, but these errors were encountered: