vdev/commands/meta/
mod.rs

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