### I did this ```curl --continue-at 2 --range 0-1 https://curl.se/robots.txt``` ### I expected the following Error being reported since the two options clash (any `--range` option is quietly overridden by the `--continue-at`). ### curl/libcurl version curl 8.11.0 ### operating system Any