provide command context during cmd_init
authorZachary T Welch <zw@superlucidity.net>
Fri, 20 Nov 2009 17:11:39 +0000 (09:11 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 20 Nov 2009 22:52:56 +0000 (14:52 -0800)
commite5b0a69ba99f58991ebb5d07ad947592f09728f1
tree682a3660fa38147f40703c07fcef30e65402df03
parent5458fef43ca7072312440301a9469c686ca641e2
provide command context during cmd_init

For the startup.tcl code to use built-in commands, the context must be
associated with the interpreter temporarily.  This will be required to
add help text.
src/helper/command.c