Get an instance of the requested command after the args are sent.
It uses getCommand to get the command instance and then calls prepare.
the command name
the command arguments
Returns the command instance if it exists, null otherwise
See Implementation
Get an instance of the requested command after the args are sent.
It uses getCommand to get the command instance and then calls prepare.