edgegraph.output.plantuml.PLANTUML_INVOKE_ARGS#
- edgegraph.output.plantuml.PLANTUML_INVOKE_ARGS: list[str] = []#
List of arguments to always invoke plantuml with.
This list contains strings that are always passed as arguments to all invocations of plantuml issued by this module.
These arguments come after the
plantuml.jarcall – for example, putting"-Djava.awt.headless=true"in this list results injava -jar plantuml.jar -Djava.awt.headless=true .... This may cause unintended effects, as it is not possible to pass arguments to the java executor itself by this method.