1 2 3 4 5 6 7 8
//! Snapshot of `--help` output. Width-stable via COLUMNS=80. #[test] fn help_text() { insta::assert_snapshot!(procutils_testutil::help_output(env!( "CARGO_BIN_EXE_killall" ))); }