Added options to render diagrams using plantuml and mermaidjs external tools

This commit is contained in:
Bartek Kryza
2023-11-12 22:57:37 +01:00
parent 429e1c47a9
commit 35f45a07e6
21 changed files with 266 additions and 40 deletions

View File

@@ -98,6 +98,13 @@ std::string trim_typename(const std::string &s);
*/
std::string get_process_output(const std::string &command);
/**
* @brief Execute command shell and throw exception if command fails
*
* @param command Command to execute
*/
void check_process_output(const std::string &command);
/**
* @brief Get value of an environment variable
*