pub fn print_result( format: Format, color: Option<bool>, quiet: bool, result: Result<Box<dyn Annotate>> ) -> Result<()>