-
Notifications
You must be signed in to change notification settings - Fork 24
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
cache select always prints to STDERR #46
Comments
Hi, I'm afraid, I did not understand that. Maybe it's late, but did you meant to show another command in as the second one? |
Sorry, I didn't make it very clear, and GitHub's formatting doesn't help. :) The difference in the second command is that STDERR is redirected to STDOUT. The cache getter ignores |
Hi, this time I got it. I guess it was really late. this should be done as of cf286b7. The output mechanism used by
while this would print only the lyrics on
|
Hi, Thanks, that was fast. I'm still a bit confused about the last examples you gave, but if the cache getter behaves the same as the lyrics getter, I'm happy. :) |
This prints data to STDERR.
This prints nothing.
Seems to be because the cache query uses
glyr_cache_print()
, which doesn't get passed theoutput_path
, and doesn't pass it on down.As a result, cache queries don't obey
-w/--write
, while the lyrics getter does.The text was updated successfully, but these errors were encountered: