Currently, FeedMD always exits with a zero exit code, even if an error occurred while reading feeds.
This complicates error tracking, since automatic error analysis requires analyzing the file with the read results.
It would be great if FeedMD exited with a positive exit code if it encountered errors while reading feeds. Ideally, it should set an exit code equal to the number of errors that occurred.
Note: I tested the exit code situation only on Windows.
Currently, FeedMD always exits with a zero exit code, even if an error occurred while reading feeds.
This complicates error tracking, since automatic error analysis requires analyzing the file with the read results.
It would be great if FeedMD exited with a positive exit code if it encountered errors while reading feeds. Ideally, it should set an exit code equal to the number of errors that occurred.
Note: I tested the exit code situation only on Windows.