Register all arguments with the ArgsManager
Declared in <init.h>
void
SetupServerArgs(
ArgsManager& argsman,
bool can_listen_ipc = false);
| Name | Description |
|---|---|
| argsman | The argument manager to register the server arguments with. |
| can_listen_ipc | Whether to register arguments for IPC listening. |