|
Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Defines the Command Line Interface (CLI) arguments options. More...
#include <options.h>
Public Attributes | |
| bool | success {} |
| Indicates whether the argument parsing succeed. More... | |
| int | exit_code {} |
| The exit code to return, in case of CLI arguments parsing failure. More... | |
| std::filesystem::path | config_file {} |
| The configuration file argument value. More... | |
| std::filesystem::path | storage_folder {} |
| The back-end storage full path argument value. More... | |
| bool | verbose {} |
| Indicates whether the application logging is verbose. More... | |
| int | job_id {} |
| The batch job identifier value, optional. More... | |
Defines the Command Line Interface (CLI) arguments options.
| std::filesystem::path host::CommandOptions::config_file {} |
The configuration file argument value.
| int host::CommandOptions::exit_code {} |
The exit code to return, in case of CLI arguments parsing failure.
| int host::CommandOptions::job_id {} |
The batch job identifier value, optional.
| std::filesystem::path host::CommandOptions::storage_folder {} |
The back-end storage full path argument value.
| bool host::CommandOptions::success {} |
Indicates whether the argument parsing succeed.
| bool host::CommandOptions::verbose {} |
Indicates whether the application logging is verbose.