20#ifndef ORES_CLI_CONFIG_IMPORTING_CONFIG_HPP
21#define ORES_CLI_CONFIG_IMPORTING_CONFIG_HPP
26#include "ores.cli/config/entity.hpp"
42 std::vector<std::filesystem::path>
targets;
Configuration and command-line parsing for the CLI tool.
Definition add_account_options.hpp:27
entity
List of available entities to target.
Definition entity.hpp:28
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