1
1
mirror of https://github.com/tweag/ormolu.git synced 2024-10-26 23:41:47 +03:00

Update the table of exit codes

Now the check mode works for input from stdin.
This commit is contained in:
Mark Karpov 2021-10-12 15:12:28 +02:00
parent dc04bd7cbb
commit 71cf4fdc85
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -192,7 +192,7 @@ Exit code | Meaning
8 | Cabal file parsing failed
9 | Missing input file path when using stdin input and accounting for .cabal files
100 | In checking mode: unformatted files
101 | Inplace and check modes do not work with stdin
101 | Inplace mode does not work with stdin
102 | Other issue (with multiple input files)
## Limitations