1 2 3 4 5
// Shared command context: DB pool, lazy cloud client, and output mode. pub mod context; pub use context::{CommandContext, OutputMode};