Open sam-d opened 4 years ago
according to commit 3de7915d errors should now be written to stderr. This seems not to be the case. Redirecting stderr to /dev/null still prints the usage string: quack 2>/dev/null
quack 2>/dev/null
Expected: empty return Observed: usage string
according to commit 3de7915d errors should now be written to stderr. This seems not to be the case. Redirecting stderr to /dev/null still prints the usage string:
quack 2>/dev/null
Expected: empty return Observed: usage string