`toshokan` panics running a command like `toshokan list | head`. This can be resolved with the `#[unix_sigpipe = "sig_dfl"]` attribute on `fn main()`. This is blocked until the unix_sigpipe feature is stabilized. - https://github.com/rust-lang/rust/issues/46016#ref-issue-1185643904 - https://github.com/rust-lang/rust/pull/120832
toshokanpanics running a command liketoshokan list | head.This can be resolved with the
#[unix_sigpipe = "sig_dfl"]attribute onfn main().This is blocked until the unix_sigpipe feature is stabilized.
#[unix_sigpipe = "sig_dfl"]onfn main()rust-lang/rust#120832