#include "common/model/enums.h"
#include "config/config.h"
#include "util/logging.h"
#include <cli11/CLI11.hpp>
#include <optional>
Go to the source code of this file.
Classes | |
struct | clanguml::cli::runtime_config |
This class holds command line parameters not directly related to specific diagram configurations. More... | |
class | clanguml::cli::cli_handler |
Command line options handler. More... | |
Namespaces | |
namespace | clanguml |
namespace | clanguml::cli |
Enumerations | |
enum class | clanguml::cli::cli_flow_t { clanguml::cli::kExit , clanguml::cli::kError , clanguml::cli::kContinue } |