- Ignore command errors: Executes the command quietly, ignoring any command line errors and returning no messages. The command also returns
TCL_OKregardless 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.