Add support for using LookupCommand in a way which does not pass through the
result from the looked up command. This will allow chains used by Lookup to
"abort" (by having some command return 'false') without aborting the chain from
which the lookup was performed.
|