Mark the member pointers of the command context struct
to the parent command context struct with this.
That will make it join the command group.
The onExecute method will be called after the onExecute of that parent executes.
For now, when multiple such fields exist, the command will be a child of both,
and when the command is resolved, only the context pointer of
the parent command that it was resolved through will be not-null.
Mark the member pointers of the command context struct to the parent command context struct with this. That will make it join the command group. The onExecute method will be called after the onExecute of that parent executes.
For now, when multiple such fields exist, the command will be a child of both, and when the command is resolved, only the context pointer of the parent command that it was resolved through will be not-null.