improve command handler wrapper script
authorZachary T Welch <zw@superlucidity.net>
Sat, 28 Nov 2009 03:14:30 +0000 (19:14 -0800)
committerZachary T Welch <zw@superlucidity.net>
Sat, 28 Nov 2009 21:00:38 +0000 (13:00 -0800)
commitdf22f0f9ca4ebf881adf8d20cb63e64139f18613
treed19f7e4bfe99241d00925396b79e4699cc433f7a
parent37dd5a685a67f9069ac0c1d98d47077a67fb897a
improve command handler wrapper script

Adds 'ocd_bouncer' in startup.tcl that is called as a helper for
all command handlers, shrinking the embedded C wrapper to a mere stub.

Jim handlers are called directly, simple handlers get called with the
wrapper to capture and discard their output on error, and placeholders
call help directly (though the unknown handler still does this too).
It attempts to improve the quality of the error messages as well.
src/helper/command.c
src/helper/startup.tcl