R/check_bin.R
check_bin.Rd
Helper function to check if a CLI tool is available. This function fails if tool is not available on PATH.
check_bin(cmd)
Name of the tool to check.
Path to tool executable, if available.