libcli_rs/
result.rs

1pub type Result<T> = anyhow::Result<T>;