doppel-cli 0.0.1

CLI for doppel: swap secrets in payloads with fakes and restore them in streaming responses.
1
2
3
4
5
6
7
8
9
// CLI spec invariant tests — SPEC.md §Behavioral Invariants
// These tests exercise CLI binary behavior via CARGO_BIN_EXE.
// See also: tests/spec/ in the root library crate for non-CLI invariants.

#[path = "cli_spec/inv_cli.rs"]
mod inv_cli;

#[path = "cli_spec/inv_management.rs"]
mod inv_management;