improving documentation

This commit is contained in:
2024-12-01 17:40:11 +00:00
parent 5394e8a657
commit 0254bbbd43
6 changed files with 85 additions and 33 deletions

View File

@@ -76,7 +76,7 @@ eitherExecProcess cmd opts input =
(show input)
pure $ case code of
ExitFailure i -> Left $ MkSystemError i cmd err
ExitFailure i -> Left $ MkCLISystemError i cmd err
_ -> Right out