pub fn open_output(path: &str) -> Result<Box<dyn Write>>
Output destination — stdout for -, otherwise a file.
-