pub fn clear_screen() -> Cmd
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.
ClearScreenMsg