Added description of the 'nonew' option.
1 parent dd09c78 commit 7157e737831a04104112f79d073c969761520809
@tundra tundra authored on 6 Apr 2004
Showing 1 changed file
View
12
test-tc.1
Test driver to exercise the \'tconfpy\' Python module.
 
 
.SH SYNOPSIS
test-tc.py [symtbl] [debug] [litvars] cfgfile, cfgfile, ...
test-tc.py [symtbl] [nonew] [debug] [litvars] cfgfile, cfgfile, ...
 
.SH OPTIONS
.TP
.B symtbl
This option causes the test driver to include a symbol table
with some pre-defined symbols in it before parsing the configuration
files you specify on the command line. The default is to not
pre-define any symbols.
 
.TP
.B nonew
 
This option tells \'tconfpy\' to disallow the creation of
new variable in the configuration file. The user is limited
to referencing and modifying only those variables already
present in the symbol table. Typically used when passing
an initial symbol table to the parser to limit the user
to only those variables.
 
.TP
.B debug