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.
Nothing seems to be using
ModuleCommand.DynamicCommandsatisfies all current use-cases for when we haveCommandsthat are directlyModulesas well. The only use case forModuleCommandwould be if you needed aCommandthat was aModulebut immutable.