๐Ÿ”„Updating a module/extension

def update_from_git(self, name: str, directory: str) -> (int, str):

name - the internal name of the module or extension, directory - the folder with the modules or extensions. Returns a tuple of git and STDOUT output code

Last updated