use proxmox 0.1.9 with new cli command helpers
This commit is contained in:
@ -519,5 +519,5 @@ fn main() {
|
||||
.completion_cb("archive", tools::complete_file_name)
|
||||
);
|
||||
|
||||
proxmox_backup::tools::runtime::main(run_cli_command(cmd_def));
|
||||
run_cli_command(cmd_def, None);
|
||||
}
|
||||
|
Reference in New Issue
Block a user