Skip to main content

hook_path

Function hook_path 

Source
pub fn hook_path(auths_home: &Path) -> PathBuf
Expand description

Path of the managed hook file under auths_home.

Args:

  • auths_home: The auths data directory (~/.auths or a CI registry path).

Usage:

let hook = hook_path(&auths_home);