[#OptionsCategory] = OptionsCategory :mrdocs: Grouping used to organize options in the help output. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class OptionsCategory : int; ---- == Members [cols="1,4"] |=== | Name| Description | `OPTIONS` | General options. | `CONNECTION` | Peer connection options. | `WALLET` | Wallet options. | `WALLET_DEBUG_TEST` | Wallet debug and test options. | `ZMQ` | ZeroMQ notification options. | `DEBUG_TEST` | Debug and test options. | `CHAINPARAMS` | Chain selection options. | `NODE_RELAY` | Node relay options. | `BLOCK_CREATION` | Block creation (mining) options. | `RPC` | RPC server options. | `GUI` | GUI options. | `COMMANDS` | Commands. | `REGISTER_COMMANDS` | Register commands. | `CLI_COMMANDS` | Command‐line client commands. | `IPC` | Inter‐process communication options. | `COMMAND_OPTIONS` | Options specific to particular commands. | `HIDDEN` | Always the last option to avoid printing these in the help. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#