20#ifndef ORES_CLI_CONFIG_DELETE_OPTIONS_HPP
21#define ORES_CLI_CONFIG_DELETE_OPTIONS_HPP
25#include "ores.cli/config/entity.hpp"
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 deleting entities.
Definition delete_options.hpp:32
entity target_entity
Which entity to delete.
Definition delete_options.hpp:36
std::string key
Key to identify the entity to delete (e.g., account ID/username).
Definition delete_options.hpp:40