Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
host::CommandOptions Struct Reference

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...
 

Detailed Description

Defines the Command Line Interface (CLI) arguments options.

Member Data Documentation

◆ config_file

std::filesystem::path host::CommandOptions::config_file {}

The configuration file argument value.

◆ exit_code

int host::CommandOptions::exit_code {}

The exit code to return, in case of CLI arguments parsing failure.

◆ job_id

int host::CommandOptions::job_id {}

The batch job identifier value, optional.

◆ storage_folder

std::filesystem::path host::CommandOptions::storage_folder {}

The back-end storage full path argument value.

◆ success

bool host::CommandOptions::success {}

Indicates whether the argument parsing succeed.

◆ verbose

bool host::CommandOptions::verbose {}

Indicates whether the application logging is verbose.


The documentation for this struct was generated from the following file: