mix lmml. validate
(Lmml v0.1.0)
View Source
Cross-checks a bundle's narrative against its own entries and internal
consistency (see Lmml.Bundle.validate/1), printing every issue found.
mix lmml.validate SOURCEExits with a non-zero status (via Mix.raise/1) if any issue is found,
making this suitable for a CI check.