vdev/commands/config/
mod.rs

1crate::cli_subcommands! {
2    "Manage the vdev config file..."
3    mod find,
4    mod set,
5}