kiromi-ai-cli 0.2.2

Operator and developer CLI for the kiromi-ai-memory store: append, search, snapshot, regenerate, migrate-scheme, gc, audit-tail.
1
2
3
4
5
6
7
8
9
10
// 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");
}