Closed stdedos closed 2 years ago
Is this PowerShell or something I'm looking at? 'Caller not allowed' does return 1
instead of zero. I'm not sure what shell you were using and its behaviour, but in a POSIX shell, usually set -o pipefail
is required otherwise cut
's exit code overrides those of grep
and git-credential-keepassxc
.
And there is currently no plan to support other exit codes. See also #42.
Is this PowerShell or something I'm looking at?
ipython
. A python script needs/is asking for the token ...
Oh yeah - de pipez :sweat: My bad. "I didn't write the pipe, so there must be no pipe" ...
I'd say this should be non-zero (and maybe not a catch-all
1
).That also goes for other issues:
ERRO Request associate failed
,Database not opened (code: DatabaseNotOpened)
,argparse
errors,