Closed jcralbino closed 1 month ago
When trying to list all sprites in gcp/Networking/all there is an error
This code:
@startuml !include <gcp/Networking/all> listsprites @enduml
results in
Using PlantUML version 1.2024.4
Hello @jcralbino,
Similar to:
In order to use gcp/Networking/all, you must to include gcp/GCPCommon, as:
gcp/Networking/all
gcp/GCPCommon
@startuml !include <gcp/GCPCommon> !include <gcp/Networking/all> listsprites @enduml
Enjoy, Regards, Th.
Hi all,
[This is an Issue Review] 👀 This is now answered.
Regards.
When trying to list all sprites in gcp/Networking/all there is an error
This code:
results in
Using PlantUML version 1.2024.4