Differences From Artifact [4131c2e1a5]:
- File plugins/csv.tcl — part of check-in [bb6d838de8] at 2015-11-22 20:44:41 on branch trunk — Allow plugins to define command line options. (user: peter size: 3167)
To Artifact [1cf5f887f0]:
- File plugins/csv.tcl — part of check-in [51257da3b3] at 2015-11-22 21:24:15 on branch trunk — Documented new plugin features. Adapted plugins. (user: peter size: 3171)
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - - + + | set opts(-csvignore) "" set opts(-csvkey) "" set opts(-csvheader) 0 foreach opt {-sep -csvignore -csvkey} { set i [lsearch -exact $::argv $opt] if {$i >= 0} { incr i |
︙ |