ocaml-semver / ocaml-api-watch

Libraries and tools to keep watch on you OCaml lib's API changes
ISC License
21 stars 15 forks source link

Make api-diff output colored #75

Closed NathanReb closed 3 months ago

NathanReb commented 3 months ago

Fixes #72

This makes api-diff output colored in a git diff like manner, green for new lines, red for removed lines, white for kept lines.