-
Notifications
You must be signed in to change notification settings - Fork 217
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
Cannot access help
command when alias set
#1290
Comments
Yikes! :| OK, there should be a way to have Nearer-term, as a workaround, shells will generally accept a leading backslash -- e.g. if |
Awesome, thanks for the tip 👍 |
On a somewhat related note, where do flags such as $ mlr --always-color help topics
mlr: verb "help" not found. Please use "mlr --help" for a list.
$ mlr help topics --always-color
mlr help topics takes no additional argument.
$ mlr help --always-color topics
--always-color
Instructs Miller to colorize output even when it normally would not. Useful for piping output to `less -r`.
No help found for "topics". Please try 'mlr help find topics' for approximate match.
See also 'mlr help topics'. Perhaps I'm missing something basic? |
@archetyped try There should be an option for |
@johnkerl apologies if I wasn't clear. I'm not asking how to access documentation for flags, rather I want to be able to use flags such as As noted in Miller's documentation for the mlr --always-color help flags | less -r Likewise, according to the docs $ mlr --help-color seagreen1 help flags
# Output: mlr: verb "help" not found. Please use "mlr --help" for a list. |
Ahhh yes. :) That needs fixing. |
@archetyped as of #1292:
|
Awesome, thanks! Looking forward to it. |
Miller's
help
command is no longer accessible when an alias is set formlr
to automatically load a library of functions (as referenced in the docs):After that, it looks like Miller is interpreting
help
as a verb:Any workarounds to keep the auto-loading alias, but also maintain access to Miller's
help
command? Already tried setting a separate alias formlr help
(e.g.mlr-help
), but themlr
portion in that alias still appears to be expanded to the auto-loading alias, resulting the in the same error message as above. 😿The text was updated successfully, but these errors were encountered: