Does anyone know a standard package for tcl to easily parse the input arguments ? or a ready proc ? ( I have only 3 flags but something general is preferable ).
Tcllib has such a package, cmdline. It's a bit underdocumented, but it works.