Skip to main content

difflore_cli/runtime/
mod.rs

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