Aim was to add a debug explanation for all cases where an update notification would not be shown. That way one can easily understand whether its due to an error, an incorrect config or actually correct.
Edit: Printing to stderr so that it won't get caught in any of the standard stdout of the cli, which might be JSON output or whatever
Fixes #14
Aim was to add a debug explanation for all cases where an update notification would not be shown. That way one can easily understand whether its due to an error, an incorrect config or actually correct.
Edit: Printing to
stderr
so that it won't get caught in any of the standardstdout
of the cli, which might be JSON output or whatever