mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-02 12:40:26 +00:00
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! |
||
|---|---|---|
| .. | ||
| cli.rs | ||
| data_uris.rs | ||
| example_domains.rs | ||
| local_files.rs | ||
| usage.rs | ||