MarcoEidinger / SwiftPlantUML

A command-line tool and Swift Package for generating class diagrams powered by PlantUML

Home Page:https://marcoeidinger.github.io/SwiftPlantUML/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throws error when passing in paths

pawee-del opened this issue · comments

its throws an error saying :Could not read contents of...
this is the command line i entered : swiftplantuml classdiagram Views Model Controllers

Hi, I am sorry you encountered this bug in case multiple file paths are passed. I already have a fix for this which will be part of the next minor version. Release is scheduled within the next 36 hours. Stay patient and you'll be rewarded as next minor version (0.3.0) contains lots of goodies with regards to configuration and filtering files/elements.

Hi Paul, issue should be fixed. But if you specify incorrect paths then this error can (as expected) occur. You can use --verbose option for more details. Feel free to open the issue if you still have trouble with 0.3.0

where is the binary for the latest release?

I don't package the binary in the GitHub release artifact but can install the latest version via Homebrew, Mint or install from source. See https://github.com/MarcoEidinger/SwiftPlantUML#installation for details