Merge pull request #8772

87e2a64 Allow option 'non-interactive' in monerod config file (almalh)
This commit is contained in:
luigi1111 2023-06-27 11:31:27 -05:00
commit 570fd364aa
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
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