IGBB / quack

A FASTQ quality assessment tool
GNU General Public License v3.0
14 stars 5 forks source link

Usage string still reported on stdin #19

Open sam-d opened 4 years ago

sam-d commented 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

Expected: empty return Observed: usage string