Closed zhimsel closed 1 month ago
As the title says. When the markdown-extract command encounters an error, it returns a non-zero exit code, but sends its error output (e.g. Error: No matches.) to stdout, where it should go to stderr.
markdown-extract
Error: No matches.
stdout
stderr
This PR is also tangentially related.
As the title says. When the
markdown-extract
command encounters an error, it returns a non-zero exit code, but sends its error output (e.g.Error: No matches.
) tostdout
, where it should go tostderr
.