doppel-cli 0.0.2

CLI for doppel: swap secrets in payloads with fakes and restore them in streaming responses.
1
2
3
4
5
6
// E2E tests — CLI process boundary.
// Gated by: cargo nextest run --features test-e2e --test e2e
#![cfg(feature = "test-e2e")]

#[path = "e2e/cli.rs"]
mod cli;