exec module
Executes a run that belongs to a module.
Flags
--run, -r
: The name of the run that will be executed.--module, -m
: The name of the module that will be executed.
Example
TUI
To view the Mr. Smith user interface, simply execute mr exec module
and all modules will be listed.
If you want to see only the runs of a specific module, execute mr exec module --module <module-name>
.