Calling vendor/bin/captainhook install post-change creates a hook file in .git/hooks/post-change which does not make sense as it is only a "virtual hook" by captainhook. So this one should better create the hooks post-checkoutpost-mergepost-rewrite` or simply fail like if an invalid hook-name is given.
Calling
vendor/bin/captainhook install post-change
creates a hook file in.git/hooks/post-change
which does not make sense as it is only a "virtual hook" by captainhook. So this one should better create the hookspost-checkout
post-merge
post-rewrite` or simply fail like if an invalid hook-name is given.