Update Policy
- Closes https://github.com/taskchampion/taskchampion/pull/212
This commit is contained in:
12
POLICY.md
12
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.
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user