Command line tool to validate TOML syntax of input file.
go get -u github.com/martinlindhe/validtoml
Exit code will be 0 if file is good.
validtoml file.toml OK: file.toml
Under MIT