Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix case where command namespace contains Command
Fixes the case where a command has a namespace that contains the string 'Command'. For example: Acme/Commanding/LaunchMissileCommand where only the last instance of 'Command' should be replaced with 'CommandHandler' and 'Validator'.
- Loading branch information