mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 12:50:41 -04:00
create a foreground non-interactive mode
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
This commit is contained in:
parent
e960be55ed
commit
44a5b03841
3 changed files with 20 additions and 0 deletions
|
@ -56,6 +56,10 @@ namespace daemonize
|
|||
boost::program_options::variables_map const & vm
|
||||
);
|
||||
|
||||
bool run_non_interactive(
|
||||
boost::program_options::variables_map const & vm
|
||||
);
|
||||
|
||||
bool run_interactive(
|
||||
boost::program_options::variables_map const & vm
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue