1-y: 2 * soc implemented it via calling sdiff directly, but some options are 3 incompatible so it is fragile 4 * just recommend the user to run sdiff directly and do not implement it 5 * make a libsdiff and use that directly to avoid duplicating the code 6 7to be implemented: 8--horizon-lines 9--ignore-tab-expansion 10--line-format 11 12Will probably be not implemented: 13--GTYPE-group-format (partially implement - minimal) 14--LTYPE-line-format 15--help (We have a manpage already) 16--suppress-common-lines: depends on -y (won't be implemented, as it conflicts 17the way sdiff expects it and in any case we have sdiff for that feature) 18