1 2 3 4
use commot::{cli::cli::run, errors::CommotError}; fn main() -> Result<(), CommotError> { Ok(run()?) }