mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 09:25:59 -04:00
Allow option 'non-interactive' in monerod config file
This commit is contained in:
parent
c5d10a4ac4
commit
87e2a64327
5 changed files with 7 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue