mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 14:40:48 -08:00
Merge pull request #1897
44a5b038 create a foreground non-interactive mode (Noah Watkins)
This commit is contained in:
@@ -63,6 +63,13 @@ namespace daemonize
|
||||
return t_daemon{vm};
|
||||
}
|
||||
|
||||
bool t_executor::run_non_interactive(
|
||||
boost::program_options::variables_map const & vm
|
||||
)
|
||||
{
|
||||
return t_daemon{vm}.run(false);
|
||||
}
|
||||
|
||||
bool t_executor::run_interactive(
|
||||
boost::program_options::variables_map const & vm
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user