tclGetOpts - readme
- Description
-
tclGetOpts contains the Tcl package GetOpts which
includes two procedures for parsing command-line options in a Tcl script.
- getopt: a close emulation of the
C library routine getopt(3C).
- typedopts: uses long option
names and does type checking on option arguments.
- Directory Listing
- GetOpts.tcl, pkgIndex.tcl
index.html / readme.txt
getopt.html / getopt.txt
typedopts.html / typedopts.txt
- Copyright Information
- All copyrights of this package are hereby transferred to
Ross Mohn.
This package was originally written by
Johnson Earls.
- Version History
-
v1.1
- tclGetOpts1.1.tar.gz
- Created package GetOpts providing both procedures getopt and typedopts.
- Fixed bug with the -noinit flag that caused the script to fail.
- Fixed bug with the list-of option type that would only return the last option instead of the entire list.
v1.0
|