karapace/crates/karapace-cli
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
..
src cli: exit cleanly on broken pipe 2026-02-24 11:46:51 +01:00
tests cli: make snapshots output restorable 2026-02-24 11:46:16 +01:00
Cargo.toml Add new and tui CLI commands 2026-02-23 12:15:39 +01:00