20#ifndef ORES_CLI_CONFIG_ENTITY_PARSERS_CURRENCIES_PARSER_HPP
21#define ORES_CLI_CONFIG_ENTITY_PARSERS_CURRENCIES_PARSER_HPP
25#include <boost/program_options.hpp>
26#include "ores.cli/config/options.hpp"
28namespace ores::cli::config::entity_parsers {
34handle_currencies_command(
bool has_help,
35 const boost::program_options::parsed_options& po,
37 boost::program_options::variables_map& vm);