So the idea is in the future to avoid checking for flags in thecontext but rather look in the command directly? So that we can avoidcopying them in the invocation context.can't we just drop the flags from the invocation context entirely?
So the idea is in the future to avoid checking for flags in the
context but rather look in the command directly? So that we can avoid
copying them in the invocation context.