Strict bounds
Syntax
Section titled “Syntax”splitby --strict-bounds [selection...]splitby --no-strict-bounds [selection...]What it does
Section titled “What it does”When enabled, out-of-range selections become errors instead of silently clamping or skipping.
Examples
Section titled “Examples”echo "a b" | splitby -d " " --strict-bounds 5# strict bounds error: index (5) out of bounds, must be between 1 and 2