geesefs icon indicating copy to clipboard operation
geesefs copied to clipboard

`geesefs --help` prints to stderr and returns exit value 1

Open eriksjolund opened this issue 1 year ago • 2 comments

Describe the results you received:

$ geesefs --help 2> /dev/null
$ echo $?
1

Describe the results you expected:

I would have expected to see the help text written to stdout and the exit value to be zero.

Extra information:

$ geesefs --version
geesefs version 0.34.2
$
$ geesefs 2>&1 | grep -- --help
   --help, -h               Print this help text and exit successfully.
$

eriksjolund avatar Dec 29 '22 09:12 eriksjolund