Function novel_cli::utils::ensure_executable_exists

source ·
pub fn ensure_executable_exists<T>(name: T) -> Result<()>
where T: AsRef<str>,