mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-10-31 03:43:01 +00:00
14 lines
275 B
TOML
14 lines
275 B
TOML
|
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"
|