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:
parent
4d15f4f6df
commit
cbf47e78af
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ type = "string"
|
|||
|
||||
[[arguments]]
|
||||
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
|
||||
type = "boolean"
|
||||
|
|
Loading…
Reference in a new issue