canic-cli 0.69.5

Operator CLI for Canic fleet setup, builds, evidence, catalog, backup, and restore workflows
Documentation
1
2
3
4
5
6
7
8
9
//! Module: backup::tests::options
//!
//! Responsibility: backup CLI usage text and option parsing tests.
//! Does not own: backup execution, persistence, or fixture construction.
//! Boundary: command-line surface validation for the backup command family.

mod parse;
mod selector;
mod usage;