Matthias Endler
Matthias Endler
"It's not a bug it's a feature." 😆
Latest lychee with these changes wasn't released yet. 😉 It will be part of 0.11.0 since it's a breaking change. For now you need to use a string, yes. I...
No worries. 😆
Hum... it should work like you specified it and it should accept 429 as a valid status code. Not sure what's up with that. Can you try to pass `--accept...
Okay then our merging is borked. I think we wanted to switch to https://github.com/mehcode/config-rs for config merging, but I can't remember the crate anymore and I can't find the issue....
@vipulgupta2048 can you test the latest `master`? I tested it locally and it merging works as expected for me. (In my test I overwrote the accepted status code by using...
My config: ```toml # Comma-separated list of accepted status codes for valid links. accept = [200, 429] ```
For the record, we could move to config-rs once clap is supported (https://github.com/mehcode/config-rs/issues/328)
Can you provide some more info here? What's the input file format you're using? Can you provide a minimal failing test case? I tried it locally, but I can't reproduce:...
Also see https://github.com/lycheeverse/lychee/pull/655.