[#SetupServerArgs] = SetupServerArgs :mrdocs: Register all arguments with the ArgsManager == Synopsis Declared in `<init.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetupServerArgs( xref:ArgsManager.adoc[ArgsManager]& argsman, bool can_listen_ipc = false); ---- == Parameters [cols="1,4"] |=== | Name| Description | *argsman* | The argument manager to register the server arguments with. | *can_listen_ipc* | Whether to register arguments for IPC listening. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#