1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-09 08:24:56 +00:00
terrain50-cli/src/Subcommands/validate/meta.toml

14 lines
545 B
TOML
Raw Normal View History

description = "Read the Terrain50 file on stdin, validate it, and display any errors found"
2020-05-07 14:12:25 +00:00
[[arguments]]
name = "mode"
description = "The mode to operate in. Possible values: validate (default), stream. If stream, then validation will be done on individual items after parsing (otherwise validation is done during parsing, which catches more errors)"
default_value = "validate"
type = "string"
[[arguments]]
name = "quiet"
description = "Don't print validation individual success messages, only errors"
default_value = false
type = "boolean"