*`install path/to/mod_dir`: Registers a data directory and any of its BSA files with OpenMW's VFS.
*`uninstall path/to/mod_dir`: Unregisters a data directory and any of its BSA that has previously been registered.
*`list`: Lists all currently installed mod data directories in order of file overwrite priority, from first (lowest) to last (highest).
*`backup path/to/backup/location`: Backs up the `openmw.cfg` file in its current state to the given file path.
This manager makes some assumptions about the file contents when uninstalling mods, such as any `content` declarations immediately following the target `data` declaration line belong to it. As such, manually editing the data / content lines is not recommended.