pub fn print_projects<W: Write>( _db: &ThingsDatabase, projects: &[Project], writer: &mut W, ) -> Result<()>