added the start of the gui re-write

not ready yet, but its getting there.
This commit is contained in:
Pyro57000
2025-06-24 16:02:29 -05:00
parent 98800e3f3f
commit 1a7e7d4326

View File

@@ -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)},