added the start of the gui re-write
not ready yet, but its getting there.
This commit is contained in:
@@ -225,6 +225,7 @@ pub fn run_command(cmd: String,
|
||||
}
|
||||
return (None, None);
|
||||
}
|
||||
//change for stuff, one sec.
|
||||
match cmd.as_str(){
|
||||
"list projects" | "lp" | "listp" | "list p" => {project_controls::list_projects(&projects, &display); return (None, None)},
|
||||
"switch project" | "swp" | "switch p" | "switchp" => {project_controls::switch_project(&mut projects); return (None, None)},
|
||||
|
||||
Reference in New Issue
Block a user