lychee/lychee-bin
Matthias Endler 0e97f57040
Use standard error for error output (#990)
Fixes https://github.com/lycheeverse/lychee/issues/984

From https://doc.rust-lang.org/book/ch12-06-writing-to-stderr-instead-of-stdout.html:

> Command line programs are expected to send error messages to the standard error stream so we can still see error messages on the screen even if we redirect the standard output stream to a file. Our program is not currently well-behaved: we’re about to see that it saves the error message output to a file instead!
2023-04-11 23:43:33 +02:00
..
src Use standard error for error output (#990) 2023-04-11 23:43:33 +02:00
tests Use standard error for error output (#990) 2023-04-11 23:43:33 +02:00
Cargo.toml Bump strum from 0.23.0 to 0.24.1 (#1022) 2023-04-11 17:50:36 +02:00
LICENSE-APACHE Major refactor of codebase (#208) 2021-04-15 01:24:11 +02:00
LICENSE-MIT Update license files (#497) 2022-02-08 10:59:54 +01:00