pub fn cli_clear_screen()
Clears the terminal screen.
Sends the ANSI escape sequence to clear all lines and reset the cursor position.
use falcon_cli::cli_clear_screen; cli_clear_screen(); println!("Screen cleared!");