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--ignore-blank-lines 9--horizon-lines 10--ignore-tab-expansion 11--line-format 12 13Will probably be not implemented: 14--GTYPE-group-format (partially implement - minimal) 15--LTYPE-line-format 16--help (We have a manpage already) 17--suppress-common-lines: depends on -y (won't be implemented, as it conflicts 18the way sdiff expects it and in any case we have sdiff for that feature) 19