use crate::errors::CliError; pub fn install() -> Result<(), CliError> { Ok(()) }