elliotchance / gedcom

👪 A Go library and CLI tools for encoding, decoding, traversing, merging, comparing, querying and publishing GEDCOM files.
MIT License
94 stars 21 forks source link

Adding "gedcom warnings" #304

Closed elliotchance closed 4 years ago

elliotchance commented 4 years ago

Since the refactoring into a single CLI tool the warnings were kind of forgotten about. It is possible to get the warnings through query, but that's difficult and problematic. This makes the warnings command a first class citizen:

gedcom warnings myfile.ged

https://github.com/elliotchance/gedcom/wiki/Warnings


This change is Reviewable