Update exit.md with issue reference

Added a reference to issue 2200 for context on exit paths.
This commit is contained in:
John Kerl 2026-07-15 11:20:14 -04:00 committed by GitHub
parent a705854864
commit 707e3dbf06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,8 @@ The north star: `os.Exit` should happen only in `main` or its immediate callee
be eliminated — genuine internal-coding-error assertions can stay — but user-facing
error and exit paths should propagate.
See also [issue 2200](https://github.com/johnkerl/miller/issues/2200).
Motivation:
- **General hygiene** — exits deep in library code make the packages unusable as a