1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-05-31 07:32:57 +00:00
terrain50-cli/src/Subcommands/analyse-frequencies/meta.toml
2020-09-28 18:03:05 +01:00

26 lines
638 B
TOML

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"
[[arguments]]
name = "quiet"
description = "Don't print progress information"
default_value = false
type = "boolean"