hasii2011 / pyut

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

Change how file names on command line are handled #215

Closed hasii2011 closed 3 years ago

hasii2011 commented 3 years ago

Currently Pyut loads file names placed on the command line based on the app startup directory. Change this to respect the user directory if one is specified

hasii2011 commented 3 years ago

Fixed