use proxmox 0.1.9 with new cli command helpers
This commit is contained in:
@ -465,7 +465,7 @@ fn main() {
|
||||
.completion_cb("remote-store", complete_remote_datastore_name)
|
||||
);
|
||||
|
||||
proxmox_backup::tools::runtime::main(run_cli_command(cmd_def));
|
||||
proxmox_backup::tools::runtime::main(run_async_cli_command(cmd_def));
|
||||
}
|
||||
|
||||
// shell completion helper
|
||||
|
Reference in New Issue
Block a user