mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 12:50:41 -04:00
Merge pull request #1897
44a5b038
create a foreground non-interactive mode (Noah Watkins)
This commit is contained in:
commit
4b34531307
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