// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Help-text snapshot tests via `trycmd`. Run `TRYCMD=overwrite cargo test`
//! to regenerate the expected outputs.
#[test]
fn help_snapshots() {
trycmd::TestCases::new()
.case("tests/trycmd/help/*.toml")
.default_bin_name("kiromi-ai");
}