Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Document -preprocess flag. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
563562acd602ae8d10cf94167479e13e |
User & Date: | peter 2019-06-25 13:20:56.492 |
Context
2019-07-05
| ||
11:02 | Include version in command line help check-in: 24353cd8ba user: peter tags: trunk | |
2019-06-25
| ||
13:20 | Document -preprocess flag. check-in: 563562acd6 user: peter tags: trunk | |
2019-06-12
| ||
11:47 | Correct depth with committing dirs. check-in: f26f4f3a55 user: peter tags: trunk | |
Changes
Changes to src/startup.tcl.
︙ | ︙ | |||
766 767 768 769 770 771 772 | docFlag -excludefile "Exclude from directory diff" # These affect Pref but via special processing later addMultOpt -prefix docFlag -prefix "Care mainly about words starting with <str>" addMultOpt -preprocess addMultOpt -preprocessleft addMultOpt -preprocessright | | | | | 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 | docFlag -excludefile "Exclude from directory diff" # These affect Pref but via special processing later addMultOpt -prefix docFlag -prefix "Care mainly about words starting with <str>" addMultOpt -preprocess addMultOpt -preprocessleft addMultOpt -preprocessright docFlag -preprocess "The <pair> is a list of RE+Subst applied to each line before compare" docFlag -preprocessleft "Use <pair> only on left side" docFlag -preprocessright "Use <pair> only on right side" # 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" |
︙ | ︙ |