src/config/network.rs: make it compatible with pve
and depend on proxmox 0.1.26
This commit is contained in:
@ -519,5 +519,6 @@ fn main() {
|
||||
.completion_cb("archive", tools::complete_file_name)
|
||||
);
|
||||
|
||||
run_cli_command(cmd_def, None);
|
||||
let rpcenv = CliEnvironment::new();
|
||||
run_cli_command(cmd_def, rpcenv, None);
|
||||
}
|
||||
|
Reference in New Issue
Block a user