lychee/lychee-bin/tests
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
..
cli.rs Use standard error for error output (#990) 2023-04-11 23:43:33 +02:00
data_uris.rs Add different verbosity levels (#824) 2022-11-28 23:25:33 +01:00
example_domains.rs Don't check example mail addresses by default (#815) 2022-11-08 23:46:32 +01:00
local_files.rs Use standard error for error output (#990) 2023-04-11 23:43:33 +02:00
usage.rs Bump clap from 3.2.23 to 4.0.22 (#813) 2022-11-13 21:10:32 +01:00