You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would really like to use this. Using aspell to check multiple files right now requires you to abort out of all of them in sequence. (See Superuser question.) With tens to hundreds of files this is impractical. Is there anything holding this back from being merged and, ideally, released?
@kevina, out of curiosity, how did you choose the value of 63 as the abort return value?
Using aspell in shell scripts, we may want to exit the script early depending on how the
aspell check
turned out.Exit with success is sensible after the user stepped through the whole file, and also after
x
-exiting.However, when
b
-aborting we would expect an exit with error. Unfortunately,aspell check
seems to always exit with success.Please change this behaviour, or add an option (
--abort-is-error
?) so users can change the behaviour if needed.The text was updated successfully, but these errors were encountered: