src/bin/proxmox-backup-manager.rs: add completion helper for gc-schedule

This commit is contained in:
Dietmar Maurer
2020-05-20 09:41:58 +02:00
parent 8545480a31
commit dd7a7eae8f
2 changed files with 8 additions and 1 deletions

View File

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