20#ifndef ORES_CLI_CONFIG_ADD_COUNTRY_OPTIONS_HPP
21#define ORES_CLI_CONFIG_ADD_COUNTRY_OPTIONS_HPP
33 std::string alpha2_code;
34 std::string alpha3_code;
36 std::optional<std::string> numeric_code;
37 std::optional<std::string> official_name;
38 std::string recorded_by;
39 std::optional<std::string> change_reason_code;
40 std::optional<std::string> change_commentary;
Configuration and command-line parsing for the CLI tool.
Definition add_account_options.hpp:27
Configuration for adding a country entity via command-line arguments.
Definition add_country_options.hpp:32