You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows uses cls, so one hacky solution would be to use conditional compilation to run Command::new("cls") when building for windows. Using the crossterm crate for that instead is probably ideal, though. crossterm would also get you other features like the alternate screen and better input handling for your menus.