Added diagram metadata to PlantUML and JSON generators

This commit is contained in:
Bartek Kryza
2023-04-07 00:21:50 +02:00
parent a682aab21d
commit 2a6f515b47
18 changed files with 76 additions and 5 deletions

View File

@@ -130,6 +130,7 @@ public:
std::optional<bool> paths_relative_to_pwd{};
std::vector<std::string> template_variables{};
bool list_templates{false};
std::optional<bool> no_metadata{};
std::optional<std::string> show_template;
std::vector<clanguml::common::generator_type_t> generators{
clanguml::common::generator_type_t::plantuml};