1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-06-10 08:34:55 +00:00
This commit is contained in:
Starbeamrainbowlabs 2020-09-28 18:03:05 +01:00
parent 260eea9133
commit d836aa77fd
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -17,3 +17,9 @@ name = "ignore-nodata"
description = "Ignore NODATA values when analysing." description = "Ignore NODATA values when analysing."
default_value = false default_value = false
type = "boolean" type = "boolean"
[[arguments]]
name = "quiet"
description = "Don't print progress information"
default_value = false
type = "boolean"