Function install_command

Source
pub async fn install_command(
    command: &str,
    config: &Config,
) -> Result<(), InstallCmdError>
Expand description

Ensure that a command is installed. This defaults to the local project tree if cwd is a project root.