mirror of
https://github.com/monero-project/monero.git
synced 2025-12-30 22:50:54 -08:00
create a foreground non-interactive mode
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
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