1 2 3 4 5 6
//! Command-line interface for Icechunk operations. #[cfg(feature = "cli")] pub mod config; #[cfg(feature = "cli")] pub mod interface;