Why is verbosity needed in version 8 to make echo
or printf
output anything?
#934
-
Not only because this was different in version 7, but also because I expect when I invoke a command with Even the example in the documentation about What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
antongolub
Nov 6, 2024
Replies: 1 comment 3 replies
-
Could you please explain? ping @antongolub |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm afraid, we cannot know in advance how to handle cmd output correctly (whether it contains sensitive data or credentials), so we suggest specifying this behavior explicitly. That's why we use
verbose=false
by default.