![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
Public Attributes | |
bool | use_multiprocess {false} |
bool | show_version {false} |
bool | show_help {false} |
bool | show_help_all {false} |
std::string_view | command |
std::vector< const char * > | args |
Definition at line 45 of file bitcoin.cpp.
std::vector<const char*> CommandLine::args |
Definition at line 51 of file bitcoin.cpp.
std::string_view CommandLine::command |
Definition at line 50 of file bitcoin.cpp.
bool CommandLine::show_help {false} |
Definition at line 48 of file bitcoin.cpp.
bool CommandLine::show_help_all {false} |
Definition at line 49 of file bitcoin.cpp.
bool CommandLine::show_version {false} |
Definition at line 47 of file bitcoin.cpp.
bool CommandLine::use_multiprocess {false} |
Definition at line 46 of file bitcoin.cpp.