cli/
lib.rs

1pub mod commands;
2
3mod exit_with_error;
4pub use exit_with_error::exit_with_error;