- Ignore command errors: Executes the command quietly, ignoring any command line errors and returning no messages. The command also returns
TCL_OK
regardless of any errors encountered during execution.Equivalent Tcl option:
-quiet
. - Suspend message limits during command execution: Temporarily overrides any message limits and returns all messages.
Equivalent Tcl option:
-verbose
.