1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-10-31 03:43:01 +00:00

validate: update help text for --use-regex

This commit is contained in:
Starbeamrainbowlabs 2020-07-24 17:01:51 +01:00
parent 4d15f4f6df
commit cbf47e78af
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 data elements on a line). Makes the parser more tolerant, but less performant." 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."
default_value = false default_value = false
type = "boolean" type = "boolean"