Update Policy

- Closes https://github.com/taskchampion/taskchampion/pull/212
This commit is contained in:
Andrew Savchenko 2021-04-28 13:43:06 +09:30
parent 990c540563
commit db9d5483e8
No known key found for this signature in database
GPG key ID: DEED803629B6FA56

View file

@ -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. 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. - `0` No errors, normal exit.
- `1` Generic error. - `1` Generic error.
- `2` Never used to avoid conflicts with Bash. - `2` Never used to avoid conflicts with Bash.
- `3` Unable to execute with the given parameters. - `3` Unable to execute with the given parameters.
- `4` I/O error. - `4` I/O error.
- `5` Database error, irrespective of the backend used. - `5` Database error.
## Command-line interface
Considered to be part of the API policy.
# Security # Security