vdev/commands/meta/
mod.rs

1mod install_git_hooks;
2
3crate::cli_subcommands! {
4    "Collection of meta-utilities..."
5    install_git_hooks,
6}