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

20 lines
417 B
TOML

description = "Scales the size of a Terrain50 file by a given scale factor."
[[arguments]]
name = "input"
description = "The input Terrain50 file"
# default_value = ""
type = "string"
[[arguments]]
name = "output"
description = "The output filepath to write to"
# default_value = ""
type = "string"
[[arguments]]
name = "scale-factor"
description = "The scale factor to apply."
# default_value = ""
type = "float"