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

14 lines
322 B
TOML
Raw Normal View History

description = "Round values to the nearest integer in an ascii Terrain50 file."
[[arguments]]
name = "input"
description = "The input Terrain50 file to operate on"
# default_value = ""
type = "string"
[[arguments]]
name = "output"
description = "The filepath to write the output to"
# default_value = ""
type = "string"