Is there a way to provide numerical range to `--include` flag?

Have a look at this thread - it should give you some ideas:

For numeric range you have to be a bit creative - but easily doable.

more details in docs:

experiment using --dry-run -vv flags until you get result you are happy with.

If you need more complex selections you have to use regular expressions, e.g.:

Regex for range 1 to 127 is
\b([1-9]|[1-9][0-9]|1[01][0-9]|12[0-7])\b