706
707
708
709
710
711
712
713
714
715
716
717
718
719
|
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
|
+
+
|
addMultOpt -preprocessright
docFlag -preprocess "TBW <pair>"
docFlag -preprocessleft "TBW <pair>"
docFlag -preprocessright "TBW <pair>"
# These affect opts
addOptsOpt -limit limitlines
docFlag -limit "Do not process more than <lines> lines"
addOptsFlag -gz gz
docFlag -gz "Uncompress input files with gunzip"
addOptsOpt -maxwidth maxwidth
docFlag -maxwidth "Limit column width in table mode"
addOptsOpt -o mergeFile
docFlag -o "Specify merge result output file"
addFilter -o [list file join [pwd]]
addOptsOpt -a ancestorFile
docFlag -a "Give ancestor file for three way merge"
|