mirror of
https://github.com/ciromattia/kcc
synced 2026-06-11 00:50:33 +00:00
1bd2073c80
* Handle invalid range formats like "1-2-3" or "--" that previously fell through, now returns an error message * Add explicit check for empty/malformed range parts before attempting to parse * Add positive number validation for all input types (range, comma-list, single number) to be consistent with single file mode which uses isnumeric() * Add explicit validation for empty volumes list after parsing