1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-07-01 11:14:54 +00:00
terrain50-cli/src/Subcommands/validate/meta.toml

8 lines
396 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"