karapace/crates/karapace-cli/src
Marco Allegretti 9abbf426bf cli: exit cleanly on broken pipe
Piping CLI output into tools like head may close stdout early.
Rust then panics when printing.

Install a panic hook that exits successfully on EPIPE instead of
emitting a panic backtrace.
2026-02-24 11:46:51 +01:00
..
commands cli: make snapshots output restorable 2026-02-24 11:46:16 +01:00
main.rs cli: exit cleanly on broken pipe 2026-02-24 11:46:51 +01:00