From db9d5483e83fe1d4c76842b29cb8418c39cc8932 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Wed, 28 Apr 2021 13:43:06 +0930 Subject: [PATCH] Update Policy - Closes https://github.com/taskchampion/taskchampion/pull/212 --- POLICY.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/POLICY.md b/POLICY.md index 60daae884..9f9af590b 100644 --- a/POLICY.md +++ b/POLICY.md @@ -29,18 +29,18 @@ As there are no major releases yet, we do not support any older versions. Users 3. TaskChampion always uses UTF-8. -## Exit codes +## Command-line interface + +Considered to be part of the API policy. + +## CLI exit codes - `0` No errors, normal exit. - `1` Generic error. - `2` Never used to avoid conflicts with Bash. - `3` Unable to execute with the given parameters. - `4` I/O error. -- `5` Database error, irrespective of the backend used. - -## Command-line interface - -Considered to be part of the API policy. +- `5` Database error. # Security