Skip to main content

command_exists

Function command_exists 

Source
pub(crate) fn command_exists(name: &str) -> bool
Expand description

Check whether a cargo subcommand (or standalone binary) is installed.

Checks for both cargo-nextest (cargo subcommand) and nextest in PATH.