1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-02 07:43:02 +00:00
terrain50-cli/src/Subcommands/image/meta.toml

20 lines
538 B
TOML
Raw Normal View History

description = "Convert a Terrain50 file into an image"
[[arguments]]
name = "input"
description = "The input Terrain50 file"
# default_value = ""
type = "string"
[[arguments]]
name = "output"
description = "The output file to write to"
# default_value = ""
type = "string"
[[arguments]]
name = "stream"
description = "Treat the input as a stream of Terrain50 objects. The path specified by the --output argument will be a directory containing all the extracted objects, 1 image file per object."
default_value = false
type = "boolean"