1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-13 09:04:54 +00:00
terrain50-cli/src/Subcommands/shift/meta.toml

20 lines
446 B
TOML

description = "Shift the values in a Terrain50 file such that the minimum value is a given number"
[[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 = "min-value"
description = "The new minimum value to shift to."
# default_value = ""
type = "integer"