-
Notifications
You must be signed in to change notification settings - Fork 166
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
Docs: What happens when using CLI and *not* passing --save? #198
Comments
It would make sense that not passing |
As to what happens when you don't pass |
Hi!
I tried doing it and it seems to work. |
@fcagnola, |
Describe the bug
Neither the help output nor the stdout/stderr indicate what is done with the lyrics, when
--save
is not passed.Expected behavior
I thought maybe the same json produced with
--save
would be sent (alone) to stdout, or maybe just the plaintext lyrics content.But more confidently, the
--help
output should include what is to be expected when--save
is not passed, and it should be made more obvious via the--save
-less command's stdout/err.To Reproduce
$ lyricsgenius song "$(playerctl metadata title)" "$(playerctl metadata artist)"
$ lyricsgenius --help
Version info
3.0.0
Thanks so much for this project!
The text was updated successfully, but these errors were encountered: