pub fn hook_path(auths_home: &Path) -> PathBufExpand description
Path of the managed hook file under auths_home.
Args:
auths_home: The auths data directory (~/.authsor a CI registry path).
Usage:
ⓘ
let hook = hook_path(&auths_home);