MGCommand
MGCommand copied to clipboard
Allow to add multiple completeHandlers for commands
Right now, when a command gets added to a command queue there is no way to register another completeHandler
(as it's occupied by the command group).
Alternatively we could dispatch notifications (in a local notification center of the command group?).
COMMAND_COMPLETE @{@"command": command}