mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
allow unknown options for api
This commit is contained in:
parent
8e558f0826
commit
fdf11e6038
3 changed files with 15 additions and 7 deletions
2
Config.h
2
Config.h
|
@ -41,7 +41,7 @@ namespace config {
|
|||
*
|
||||
* Other exceptions will be passed to higher level.
|
||||
*/
|
||||
void ParseCmdline(int argc, char* argv[]);
|
||||
void ParseCmdline(int argc, char* argv[], bool ignoreUnknown = false);
|
||||
|
||||
/**
|
||||
* @brief Load and parse given config file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue