src/bin/proxmox-backup-manager.rs: implement verify

This commit is contained in:
Dietmar Maurer
2020-06-24 13:34:45 +02:00
parent c2009e5309
commit 355c055e81
2 changed files with 43 additions and 1 deletions

View File

@ -86,7 +86,7 @@ pub fn datastore_commands() -> CommandLineInterface {
.completion_cb("name", config::datastore::complete_datastore_name)
.completion_cb("gc-schedule", config::datastore::complete_calendar_event)
.completion_cb("prune-schedule", config::datastore::complete_calendar_event)
)
)
.insert("remove",
CliCommand::new(&api2::config::datastore::API_METHOD_DELETE_DATASTORE)
.arg_param(&["name"])