aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2014-05-01 17:42:00 +0300
committerGravatar David Bremner <david@tethera.net>2014-05-02 07:25:24 +0900
commitd8bf03710ec8ffead424683a949a2e68d706812b (patch)
treefe2338e0cd4e6b532773d46d13062f1cc78cf30f /NEWS
parente0c7e493078e73058cc87d68d70c6ce87b6ec8a5 (diff)
NEWS: cli exit status codes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5ca760d..07bb1259 100644
--- a/NEWS
+++ b/NEWS
@@ -90,6 +90,13 @@ Command-Line Interface
Do not synchronize tags to maildir flags in `notmuch insert` if the
user does not want it.
+The commands set consistent exit status codes on failures
+
+ The cli commands now consistently set exit status of 1 on failures,
+ except where explicitly otherwise noted. The notable expections are
+ the status codes for format version mismatches for commands that
+ support formatted output.
+
Emacs Interface
---------------