googlefonts / fontdiff

tool for finding visual differences between two font versions
Other
135 stars 29 forks source link

enhancement: Exit status code should indicate presence of diffs #1

Closed brawer closed 8 years ago

brawer commented 8 years ago

Use same exit status codes as from the normal diff tool; this would be useful for scripting. Thanks to @marekjez86 for the suggestion!

Status Meaning
0 No differences were found.
1 Differences were found.
>1 An error occurred.