Hello!
I would like to have the gui watch several folders. Can it?
Examples. This works:
java -jar C:\PlantUML\plantuml.jar -gui -tpng "C:\NKP\NKP-Pocky\PreValidation\docs\flows" -o .\img\
This does not seem to work (correct?):
java -jar C:\PlantUML\plantuml.jar -gui -tpng "C:\NKP\NKP-Pocky\docs" "C:\NKP\NKP-Pocky\PreValidation\docs\flows" -o .\img\
And, recursive would also be awesome:
java -jar C:\PlantUML\plantuml.jar -gui -tpng "C:\NKP\NKP-Pocky\**.puml" -o .\img\
If this does not work, could an addition of multiple folders for the GUI be considered?
BR! /mawi