Please provide a new paramter that works like the (-keepfiles) parameter but uses the file PlantUML source file basename

0 votes
asked Apr 24, 2016 in Closed feature request by yann (200 points)

Please provide a new command line paramter (-debugsvek) that works like the (-keepfiles) parameter but uses the file PlantUML source file basename, this will prevent the file from being overwritten when using the -keepfiles option.

1 Answer

0 votes
answered Apr 24, 2016 by plantuml (295,000 points)
selected Jul 7, 2018 by Anthony-Gaudino
 
Best answer

You can download last beta: https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

We did:
- removed this -keepfiles options (ie ignored it to not break eventually scripts that would use it)
- added a -debugsvek option that will, as you suggest, create files using the basename of the source .puml file.

Tell us if it does not fit your needs.

...