Open RndmTsk opened 9 years ago
You should take a look at https://github.com/tomaz/appledoc/issues/516, specifically the --exit-threshold
flag.
I'm not looking for the application to exit early, simply return an exit status according to the highest error/warning status encountered.
Appledoc should expand the exit status codes to better inform users of error states.
If only warnings are produced, the exit status is 1. If an error is encountered, the exit status is 1.