src/bin/proxmox-backup-manager.rs: add disk subcommand

This commit is contained in:
Dietmar Maurer
2020-06-06 15:40:28 +02:00
parent d2522b2db6
commit 8e40aa63c1
3 changed files with 103 additions and 0 deletions

View File

@ -306,6 +306,7 @@ fn main() {
let cmd_def = CliCommandMap::new()
.insert("acl", acl_commands())
.insert("datastore", datastore_commands())
.insert("disk", disk_commands())
.insert("dns", dns_commands())
.insert("network", network_commands())
.insert("user", user_commands())