printf

Function printf 

Source
pub fn printf(s: String) -> Cmd
Expand description

Creates a command that prints formatted text to the terminal.

This command sends a PrintfMsg to the program, which will print the provided formatted string to the terminal.