mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Update Policy
- Closes https://github.com/taskchampion/taskchampion/pull/212
This commit is contained in:
parent
990c540563
commit
db9d5483e8
1 changed files with 6 additions and 6 deletions
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue