pub fn write_output(content: &str, dest: &OutputDestination) -> Result<()>Expand description
Writes text content to the specified destination.
Stdout: Writes to stdout with a newlineFile: Writes to the file (overwriting)
pub fn write_output(content: &str, dest: &OutputDestination) -> Result<()>Writes text content to the specified destination.
Stdout: Writes to stdout with a newlineFile: Writes to the file (overwriting)