marwanhawari / stew

🥘 An independent package manager for compiled binaries.
MIT License
195 stars 14 forks source link

stew upgrade --all throwing errors #10

Closed muralikodali closed 7 months ago

muralikodali commented 2 years ago

stew upgrade --all command throwing error, if there is no update found. including this command in topgrade (r-darwish/topgrade) also throwing error status. screenshot_20220331214444

edshamis commented 2 years ago

Maybe better to print a warning? I've got a script to update everything and these error messages would just distract, giving no useful info

edshamis commented 2 years ago

Btw, the error message goes to stdout, not stderr

marwanhawari commented 7 months ago

These "errors" are harmless and more so just warnings.

Btw, the error message goes to stdout, not stderr

Good call out! Started printing errors to stderr in #31