|
Harmony
HARMONic stabilitY assessment of PE-penetrated power systems
|
#include <cli.h>

Public Types | |
| enum class | Mode { Help , ListCpp , ListJson , Cpp , Json } |
Public Attributes | |
| Mode | mode = Mode::Help |
| std::string | target |
| bool | plot = true |
| bool | verbose = false |
| std::vector< std::filesystem::path > | jsonPathOverrides |
From --json-path (replaces defaults when non-empty). | |
| std::vector< std::filesystem::path > | extraSearchPaths |
From --search-path (appended after defaults). | |
| std::vector< std::filesystem::path > | searchPaths |
| Effective search list built in parseCli. | |
|
strong |
| std::vector<std::filesystem::path> CliOptions::extraSearchPaths |
From --search-path (appended after defaults).
Referenced by parseCli().
| std::vector<std::filesystem::path> CliOptions::jsonPathOverrides |
From --json-path (replaces defaults when non-empty).
Referenced by parseCli().
| Mode CliOptions::mode = Mode::Help |
Referenced by main(), and parseCli().
| bool CliOptions::plot = true |
Referenced by main(), and parseCli().
| std::vector<std::filesystem::path> CliOptions::searchPaths |
Effective search list built in parseCli.
Referenced by main(), and parseCli().
| std::string CliOptions::target |
Referenced by main(), and parseCli().
| bool CliOptions::verbose = false |
Referenced by main(), and parseCli().