Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
ArgsManager::Command Struct Reference

#include <args.h>

Public Attributes

std::string command
 The command (if one has been registered with AddCommand), or empty. More...
 
std::vector< std::string > args
 If command is non-empty: Any args that followed it If command is empty: The unregistered command and any args that followed it. More...
 

Detailed Description

Definition at line 199 of file args.h.

Member Data Documentation

◆ args

std::vector<std::string> ArgsManager::Command::args

If command is non-empty: Any args that followed it If command is empty: The unregistered command and any args that followed it.

Definition at line 206 of file args.h.

◆ command

std::string ArgsManager::Command::command

The command (if one has been registered with AddCommand), or empty.

Definition at line 201 of file args.h.


The documentation for this struct was generated from the following file: