Skip to main content

from_git_hook_with_options

Function from_git_hook_with_options 

Source
pub fn from_git_hook_with_options<P>(
    repo_path: P,
    opts: FromGitHookOptions,
) -> Operator<GitEvent>
where P: Into<PathBuf>,
Expand description

Configurable form of from_git_hook.