Added cli options for cppidx generator

This commit is contained in:
Bartek Kryza
2023-03-13 00:30:04 +01:00
parent 4ffb36fa9e
commit bffe9913aa
11 changed files with 631 additions and 364 deletions

View File

@@ -1,5 +1,5 @@
/**
* src/options/cli_options.h
* src/options/cli_handler.h
*
* Copyright (c) 2021-2023 Bartek Kryza <bkryza@gmail.com>
*
@@ -131,6 +131,8 @@ public:
std::vector<std::string> template_variables{};
bool list_templates{false};
std::optional<std::string> show_template;
std::vector<clanguml::common::generator_type_t> generators{
clanguml::common::generator_type_t::plantuml};
clanguml::config::config config;