Command-line tool to parse, validate, and format TOML files
Dependencies
moonx bobzhang/toml_cli --help
moonx bobzhang/toml_cli check config.toml
moonx bobzhang/toml_cli format config.tomltoml <file> Parse TOML and print normalized TOML (same as `format`)
toml format <file> Parse TOML and print normalized TOML
toml check <file> Validate TOML without printing parsed output
toml tojson <file> Parse TOML and print it as JSONmoon runwasm . # in this directory
moon run --target native . -- --help # native buildCommand-line tool to parse, validate, and format TOML files
Dependencies