1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-10 08:34:55 +00:00
terrain50-cli/src/Subcommands/merge/meta.toml

14 lines
345 B
TOML
Raw Normal View History

description = "Merge multiple Terrain50 instances into a single file"
[[arguments]]
name = "input"
description = "The input directory to read Terrain50 files from"
# default_value = ""
type = "string"
[[arguments]]
name = "output"
description = "The output file to write the merged Terrain50 instances to"
# default_value = ""
type = "string"