1 2 3 4 5 6 7 8 9
//! zinit client module - CLI interface for the zinit process supervisor. pub mod cli; #[cfg(feature = "repl")] pub mod repl; #[cfg(feature = "tui")] pub mod tui;