Allow option 'non-interactive' in monerod config file

This commit is contained in:
almalh 2023-03-10 20:41:56 -05:00
parent c5d10a4ac4
commit 87e2a64327
No known key found for this signature in database
5 changed files with 7 additions and 11 deletions

View file

@ -57,6 +57,11 @@ namespace daemonizer
, T_executor && executor // universal ref
, boost::program_options::variables_map const & vm
);
const command_line::arg_descriptor<bool> arg_non_interactive = {
"non-interactive"
, "Run non-interactive"
};
}
#ifdef WIN32