It'd be nice for diffx to be able to output diffs in one line out of the box. Right now I have a hack like that: `.replace("\n", "").replace(" ", "")`. It works but doesn't look good.
It'd be nice for diffx to be able to output diffs in one line out of the box.
Right now I have a hack like that:
.replace("\n", "").replace(" ", ""). It works but doesn't look good.