1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-29 10:54:56 +00:00
terrain50-cli/src/Subcommands/analyse-frequencies/meta.toml

26 lines
638 B
TOML
Raw Normal View History

2020-09-28 16:55:03 +00:00
description = "Count the frequencies of data values. Data values are rounded down before counting."
[[arguments]]
name = "input"
description = "The input file to analyse (default: stdin)"
default_value = "-"
type = "string"
[[arguments]]
name = "output"
description = "The output file to write the results to as tab-separated-values (default: stdout)"
default_value = "-"
type = "string"
[[arguments]]
name = "ignore-nodata"
description = "Ignore NODATA values when analysing."
default_value = false
type = "boolean"
2020-09-28 17:03:05 +00:00
[[arguments]]
name = "quiet"
description = "Don't print progress information"
default_value = false
type = "boolean"