mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Add command line option --quiet.
This commit is contained in:
@@ -46,6 +46,8 @@ class Config
|
||||
{
|
||||
public:
|
||||
// Configuration parameters
|
||||
bool QUIET;
|
||||
|
||||
boost::filesystem::path CONFIG_FILE;
|
||||
boost::filesystem::path CONFIG_DIR;
|
||||
boost::filesystem::path DATA_DIR;
|
||||
@@ -113,7 +115,7 @@ public:
|
||||
// Client behavior
|
||||
int ACCOUNT_PROBE_MAX; // How far to scan for accounts.
|
||||
|
||||
void setup(const std::string& strConf);
|
||||
void setup(const std::string& strConf, bool bQuiet);
|
||||
void load();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user