Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
CommandLine Struct Reference

Public Attributes

std::optional< bool > use_multiprocess
bool show_version {false}
bool show_help {false}
std::string_view command
std::vector< const char * > args

Detailed Description

Definition at line 51 of file bitcoin.cpp.

Member Data Documentation

◆ args

std::vector<const char*> CommandLine::args

Definition at line 56 of file bitcoin.cpp.

◆ command

std::string_view CommandLine::command

Definition at line 55 of file bitcoin.cpp.

◆ show_help

bool CommandLine::show_help {false}

Definition at line 54 of file bitcoin.cpp.

◆ show_version

bool CommandLine::show_version {false}

Definition at line 53 of file bitcoin.cpp.

◆ use_multiprocess

std::optional<bool> CommandLine::use_multiprocess

Definition at line 52 of file bitcoin.cpp.


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