20#ifndef ORES_CLI_CONFIG_IMPORTING_CONFIG_HPP
21#define ORES_CLI_CONFIG_IMPORTING_CONFIG_HPP
26#include "ores.cli/config/entity.hpp"
28namespace ores::cli::config {
42 std::vector<std::filesystem::path>
targets;
Configuration related to importing data into the system.
Definition import_options.hpp:33
entity target_entity
Which entity to target.
Definition import_options.hpp:37
std::vector< std::filesystem::path > targets
Target files containing import data. Format is inferred from extension.
Definition import_options.hpp:42