Strict
Syntax
Section titled “Syntax”splitby --strict [selection...]splitby --no-strict [selection...]What it does
Section titled “What it does”--strict enables all strict checks:
--strict-bounds--strict-return--strict-range-order--strict-utf8
--no-strict disables them all.
Examples
Section titled “Examples”echo "a b" | splitby -d " " --strict 3# strict bounds error: index (3) out of bounds, must be between 1 and 2