Open BlakeFreer opened 3 months ago
Current line ranges can only support fixed line numbers, which means you cannot:
lines=5-99999
Potential fixes could use syntax like:
lines=5-END
lines=5-
lines=-10-END
Current line ranges can only support fixed line numbers, which means you cannot:
lines=5-99999
but this is not robust and raises a warning.Potential fixes could use syntax like:
lines=5-END
orlines=5-
lines=-10-END
following the Python slicing syntax where negative indices count from the end