When creating a new module using generate:module --module=ModuleName there's a bug that the name Module gets added at the end of the folder and also in the command and module entry file, that should be removed.
- Bug withe the module name for the module folder name it should not add Module at the end.
- The namespace in the main entry file should remove Module at the end.
- The namespace in command should remove the Module at the end.