Register all arguments with the ArgsManager

Synopsis

Declared in <init.h>

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

Parameters

Name

Description

argsman

The argument manager to register the server arguments with.

can_listen_ipc

Whether to register arguments for IPC listening.

Created with MrDocs