Skip to content

Commit

Permalink
cli: define order of priority multi-value>regex>range
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored and kba committed Nov 24, 2022
1 parent 23c9d90 commit b84c20e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-`.
Expand Down

0 comments on commit b84c20e

Please sign in to comment.