Skip to main content

run_post_create

Function run_post_create 

Source
pub fn run_post_create(
    runner: &dyn HookRunner,
    cx: &mut Cx,
    command: Option<&str>,
    ctx: &HookContext,
    no_hooks: bool,
) -> Result<()>
Expand description

Runs the post_create hook (spec §8). A non-zero exit (or run failure) is a non-fatal warning. no_hooks or an absent command is a no-op.