blob: cb0e592c25533399db6ddb655b5c7fca819080d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
The package is slightly altered by this porter to:
a) use namespace for auxiliary procedures
b) return an error rather then output it to stderr
The original README follows:
This package includes two routines for parsing command-line options in
a TCL script:
foxGetOpt.tcl -- this file contains the routine "getopt", a close
emulation of the getopt(3) library routine for C programs.
foxTypedOpts.tcl -- This contains the routine "typedopts", which uses
long option names and which does type checking on option arguments.
There is also a man page for each routine (named after the routine, not
the file), and an ASCII'fied version of each man page called
<file>.README.
If you have any comments / suggestions / bug-reports / bug-fixes, etc.,
please email me at: darkfox@netcom.com
Thanks, and enjoy! - Johnson Earls
|