tomaz / appledoc

Objective-c code Apple style documentation set generator.
http://gentlebytes.com
4.19k stars 644 forks source link

Appledoc Exit Status Codes #516

Open RndmTsk opened 9 years ago

RndmTsk commented 9 years ago

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.

jPaolantonio commented 9 years ago

You should take a look at https://github.com/tomaz/appledoc/issues/516, specifically the --exit-threshold flag.

RndmTsk commented 9 years ago

I'm not looking for the application to exit early, simply return an exit status according to the highest error/warning status encountered.