From b84c20e0df2c1a4803668bccec8b8e3469e35728 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky <38561704+bertsky@users.noreply.github.com> Date: Thu, 24 Nov 2022 14:51:19 +0100 Subject: [PATCH] cli: define order of priority multi-value>regex>range --- cli.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli.md b/cli.md index c93ca35..fd76a09 100644 --- a/cli.md +++ b/cli.md @@ -21,6 +21,9 @@ part of the string. **NOTE**: Parameters marked **REGEX** support the regular expression operator `//` to generate all values matching the pattern after that prefix. +**NOTE**: For parameters which allow for a combination of multi-value, range and/or regex, +the operator precedence is **MULTI-VALUE** > **REGEX** > **RANGE**. + ## CLI executable name Every CLI executable's name must begin with `ocrd-`.