Awethon opened this issue a year ago · 0 comments
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.
.replace("\n", "").replace(" ", "")