I was integrating this into a larger application and it kept complaining about weird exit codes. I noticed at at the end no exit code is set (when everything works properly) so I explicitly had it return code 0. Now it only complains when there's actually an error.
I was integrating this into a larger application and it kept complaining about weird exit codes. I noticed at at the end no exit code is set (when everything works properly) so I explicitly had it return code 0. Now it only complains when there's actually an error.