Closed ManDay closed 1 year ago
Thinking about compatibility (maybe someone is already expecting such line and parsing accordingly), maybe it could be a new flag that avoids such line when defined.
Maybe a --quiet
or --silent
option? or something like --bare
or --minimal
.. :thinking:
I agree the default should be bare output.
Patches welcome, I suppose
FYI: That message is not printed to the screen if stderr is redirected to a file or /dev/null.
I think this line should be removed or at least omitted unless
--verbose
. It doesn't seem good practice for a simple tool, just as ifcat
wrote "Here is your data:" tostderr
on every invocation. It would be nice to just be able to run/exec -o wgetpaste file.txt
in Weechat, too.