//! Small reusable helpers that aren't specific to one zenops command.
//!//! `which` is `pub` so test infra in `tests/test_env.rs` can construct
//! [`which::SearchPath`] for `real_main`; production code outside the
//! crate has no business calling these directly.
pubmodwhich;