proxmox-backup-manger verify-job CLI
Add missing command line interface to manage verification jobs.
This commit is contained in:
@ -358,6 +358,7 @@ fn main() {
|
||||
.insert("cert", cert_mgmt_cli())
|
||||
.insert("subscription", subscription_commands())
|
||||
.insert("sync-job", sync_job_commands())
|
||||
.insert("verify-job", verify_job_commands())
|
||||
.insert("task", task_mgmt_cli())
|
||||
.insert(
|
||||
"pull",
|
||||
|
Reference in New Issue
Block a user