mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 05:36:53 +00:00
Add IO errors to exit code documentation (#1589)
This commit is contained in:
parent
26d7b68649
commit
72ed4e7ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ The ty command line interface uses the following exit codes:
|
|||
| :-------- | :------------------------------------------------------- |
|
||||
| `0` | no violations with severity `error` or higher were found |
|
||||
| `1` | violations with severity `error` or higher were found |
|
||||
| `2` | invalid CLI options |
|
||||
| `2` | invalid CLI options, invalid configuration, or IO errors |
|
||||
| `101` | internal error |
|
||||
|
||||
ty supports two command line arguments that change how exit codes work:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue