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

14 lines
275 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"