1 2 3 4 5 6 7
use ced::CedResult; pub fn main() -> CedResult<()> { #[cfg(feature = "cli")] ced::start_main_loop()?; Ok(()) }