add stubs for start and stop methods of toolbx

This commit is contained in:
2022-04-21 20:17:47 +02:00
parent 85dc276b1b
commit fec7f6271f

View File

@@ -15,6 +15,13 @@ impl ToolbxContainer {
println!("{}", output);
parse_cmd_list_containers(output.as_str())
}
pub fn stop(self) {
todo!{}
}
pub fn start(self) {
todo!{}
}
}
pub fn run_cmd_toolbx_list_containers() -> String {