feat(command): port cut from just-bash
Selects character or field ranges from each line of input. Mirrors
the just-bash semantics, including the dedupe-by-value behavior
extractByRanges applies in field mode (overlapping or repeated
ranges collapse to a single occurrence per distinct field value)
and the inline non-deduping selection used in character mode.
Signed-off-by: Xe Iaso <me@xeiaso.net>
Assisted-by: Claude Opus 4.7 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>