pub async fn install_command( command: &str, config: &Config, ) -> Result<(), InstallCmdError>
Ensure that a command is installed. This defaults to the local project tree if cwd is a project root.