src/config/network.rs: make it compatible with pve
and depend on proxmox 0.1.26
This commit is contained in:
@ -140,7 +140,9 @@ impl Shell {
|
||||
continue;
|
||||
}
|
||||
};
|
||||
let _ = handle_command(helper.cmd_def(), "", args, None);
|
||||
|
||||
let rpcenv = CliEnvironment::new();
|
||||
let _ = handle_command(helper.cmd_def(), "", args, rpcenv, None);
|
||||
self.rl.add_history_entry(line);
|
||||
self.update_prompt()?;
|
||||
}
|
||||
|
Reference in New Issue
Block a user