icydb-cli 0.179.5

Developer CLI tools for IcyDB
1
2
3
4
5
6
7
8
9
10
//! Module: CLI integration-style unit tests.
//! Responsibility: group domain-owned command parsing, rendering, and helper tests.
//! Does not own: production CLI behavior or reusable test fixtures.
//! Boundary: test-only access to crate-private CLI seams.

mod cli;
mod config;
mod icp;
mod observability;
mod shell;