From: AsamK Date: Wed, 22 Dec 2021 11:47:42 +0000 (+0100) Subject: Improve exit code for message sending X-Git-Tag: v0.10.1~48 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/9a72733c4f24df7207ec5b0b2dd6d7b8404bc400?hp=9a72733c4f24df7207ec5b0b2dd6d7b8404bc400 Improve exit code for message sending Exit with 0 status code if the message was sent successfully to at least one recipient, otherwise exit with status code 2 or 4 (for untrusted). Fixes #828 ---