hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Update plist for document types 🔧 #333

Closed hasii2011 closed 2 years ago

hasii2011 commented 2 years ago

register for .put and .xml files

Handle them here:

   for param in argv[1:]:
        if param[:18] == "--start_directory=":
            print(f'Starting with default directory: {param[18:]}')
            self.userPath = param[18:]
hasii2011 commented 2 years ago

Done on the 🤡 master 🤡 branch