winconsole::console
pub fn clear_history() -> WinResult<()>
Clears the console input history.
console::clear_history().unwrap();
IoError