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