use proxmox_backup::tools::runtime::main to run async run_cli_command

This commit is contained in:
Dietmar Maurer
2020-01-21 11:34:45 +01:00
parent 077ac6f8b3
commit 3f06d6fbbd
4 changed files with 10 additions and 18 deletions

View File

@ -459,7 +459,7 @@ fn main() {
.completion_cb("remote-store", complete_remote_datastore_name)
);
run_cli_command(cmd_def);
proxmox_backup::tools::runtime::main(run_cli_command(cmd_def));
}
// shell completion helper