clear_screen

Function clear_screen 

Source
pub fn clear_screen() -> Cmd
Expand description

Creates a command that clears the terminal screen.

This command sends a ClearScreenMsg to the program, which will clear all content from the terminal screen.