support datadir parameter

#325
This commit is contained in:
SoftFever 2023-03-04 15:05:10 +08:00
parent 29600dd67e
commit 771ef9fd80
2 changed files with 6 additions and 1 deletions

View file

@ -2421,7 +2421,7 @@ bool CLI::setup(int argc, char **argv)
for (const t_optiondef_map::value_type &optdef : *options)
m_config.option(optdef.first, true);
//set_data_dir(m_config.opt_string("datadir"));
set_data_dir(m_config.opt_string("datadir"));
//FIXME Validating at this stage most likely does not make sense, as the config is not fully initialized yet.
if (!validity.empty()) {