1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-11-23 07:03:01 +00:00

validate: update help again

This commit is contained in:
Starbeamrainbowlabs 2020-07-24 17:02:25 +01:00
parent cbf47e78af
commit 79e9a6c108
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -8,6 +8,6 @@ type = "string"
[[arguments]] [[arguments]]
name = "use-regex" name = "use-regex"
description = "When in stream mode, setting this flag causes a regular expression to be used when parsing input data (otherwise it is assumed a single space separates elements on a line). Makes the parser more tolerant, but less performant." description = "When in stream mode only, setting this flag causes a regular expression to be used when parsing input data (otherwise it is assumed a single space separates elements on a line). Makes the parser more tolerant, but less performant."
default_value = false default_value = false
type = "boolean" type = "boolean"