SetupServerArgs

Register all arguments with the ArgsManager

Synopsis

Declared in <init.h>

void
SetupServerArgs(
    ArgsManager& argsman,
    bool can_listen_ipc = false);

Parameters

NameDescription
argsmanThe argument manager to register the server arguments with.
can_listen_ipcWhether to register arguments for IPC listening.