use proxmox 0.1.9 with new cli command helpers

This commit is contained in:
Dietmar Maurer
2020-01-27 18:08:43 +01:00
parent 99d863d770
commit d08bc483db
6 changed files with 8 additions and 6 deletions

View File

@ -132,7 +132,7 @@ impl Shell {
continue;
}
};
let _ = handle_command(helper.cmd_def(), "", args);
let _ = handle_command(helper.cmd_def(), "", args, None);
self.rl.add_history_entry(line);
self.update_prompt()?;
}