git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/cmd/tomlv/README.md (about)

     1  # TOML Validator
     2  
     3  If Go is installed, it's simple to try it out:
     4  
     5      $ go install git.sr.ht/~pingoo/stdx/toml/cmd/tomlv@master
     6      $ tomlv some-toml-file.toml
     7  
     8  You can see the types of every key in a TOML file with:
     9  
    10      $ tomlv -types some-toml-file.toml
    11  
    12  At the moment, only one error message is reported at a time. Error messages
    13  include line numbers. No output means that the files given are valid TOML, or
    14  there is a bug in `tomlv`.