You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not work: lychee --accept "200..=204" https://www.example.org
Last working lychee version was 0.10.0. Beginning with 0.10.1 the aforementioned syntax does not work.
Maybe, "just" a new release has to be made, because it seems PR #1167 is not release. I cannot build a binary for myself, because of microsoft/vcpkg#35949 (comment).
The text was updated successfully, but these errors were encountered:
koppor
changed the title
--accept says "invalid digit found in string" for documentaiton example
--accept says "invalid digit found in string" for documentation example
Jan 3, 2024
lychee version 0.14.0 finally got released. 🎉
Thanks to this release, the issue should be resolved now.
Please reopen if this is not the case and apologies for the long delay.
On top of that, the error message for TOML parsing errors is more extensive now, which should help with troubleshooting.
The documentation says:
lychee/README.md
Line 398 in f3ac86a
When executing that, I get "invalid digit found in string"
I tried some variants:
lychee --accept '200' https://www.example.org
lychee --accept "200" https://www.example.org
lychee --accept "200..=204" https://www.example.org
Last working lychee version was 0.10.0. Beginning with 0.10.1 the aforementioned syntax does not work.
Maybe, "just" a new release has to be made, because it seems PR #1167 is not release. I cannot build a binary for myself, because of microsoft/vcpkg#35949 (comment).
The text was updated successfully, but these errors were encountered: