mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
add stubs for start and stop methods of toolbx
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user