kevinboone / epub2txt2

A simple command-line utility for Linux, for extracting text from EPUB documents.
GNU General Public License v3.0
191 stars 34 forks source link

add 0 return code for successful processing #3

Closed jove4015 closed 6 years ago

jove4015 commented 6 years ago

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.