slither
slither copied to clipboard
Output is to stderr instead of stdout
Describe the issue:
Not able to pipe or redirect output to a file
Code example to reproduce the issue:
slither . | tee output.file
slither . > output.file
Version:
0.8.3
Relevant log output:
No response
Hi @karmabadger, it's because Slither output to stderr instead of stdout you can read more in this issue #753.
You can try slither . 2> output.file