void applyMulti(List<String> hookNames, bool verbose) { for (final hookName in hookNames) { apply(hookName, verbose); } }