pub fn write_output(
output: String,
prefix: Option<String>,
) -> Result<(), Box<dyn Error>>Expand description
This function will print a line to the screen, one line above the
bottom-most row of the terminal.
Optionally, a prefix can be provided in case you would like to add
additional context to the output line.