Nothing seems to be using ModuleCommand
.
DynamicCommand
satisfies all current use-cases for when we have Commands
that are directly Modules
as well. The only use case for ModuleCommand
would be if you needed a Command
that was a Module
but immutable.