lychee/lychee-bin/src
Matthias f2d7abbc29
Fix broken pipe when dumping links (#339)
When piping the output of lychee's `--dump` output to another program,
we can run into issues with broken pipes as described in
https://github.com/rust-lang/rust/issues/46016
and https://gabebw.com/blog/2019/10/13/learning-rust-by-candlelight
To avoid this, we use the underlying writeln macro and check the
returned `ErrorKind`.
2021-09-20 12:12:35 +02:00
..
main.rs Fix broken pipe when dumping links (#339) 2021-09-20 12:12:35 +02:00
options.rs Make inputs required (show help if not provided) (#329) 2021-09-16 16:40:38 +02:00
stats.rs Reintegrate master 2021-09-09 01:49:25 +02:00