pub fn clear_terminal()
Clears all printed lines from the terminal.
use simple_cli::*; clear_terminal();