envkey-source icon indicating copy to clipboard operation
envkey-source copied to clipboard

Exit non-zero if envkey is missing?

Open danielcompton opened this issue 4 years ago • 0 comments

If I run without an ENVKEY defined:

$ envkey-source
echo 'error: ENVKEY missing.'; false
$ echo $?
0

I would expect for an error that envkey-source exits with a non-zero status code?

danielcompton avatar Sep 09 '21 14:09 danielcompton