Skip to main content

hooks_run

Function hooks_run 

Source
pub fn hooks_run(
    source: Option<Utf8PathBuf>,
    name: Option<String>,
    force: bool,
) -> Result<()>
Expand description

yui hooks run [<name>] [--force] — run a single hook (or every hook) on demand. --force bypasses the when_run state check; the when filter (yui.os == 'macos' etc.) is always honored.