stellar contract alias ls
command outputs info lines to stdout instead of stderr and ignores -q
#1971
Labels
bug
Something isn't working
What version are you using?
22.5.0
What did you do?
Tried to run the contract alias ls command without additional informational output.
First using the
-q
option:Then by redirecting stderr to /dev/null:
What did you expect to see?
The informational output to be suppressed or not visible.
What did you see instead?
The informational output was still visible, being written to stdout.
The text was updated successfully, but these errors were encountered: