Bitcoin Core 29.99.0
P2P Digital Currency
Public Attributes | List of all members
CommandLine Struct Reference

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
 

Detailed Description

Definition at line 45 of file bitcoin.cpp.

Member Data Documentation

◆ args

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

Definition at line 51 of file bitcoin.cpp.

◆ command

std::string_view CommandLine::command

Definition at line 50 of file bitcoin.cpp.

◆ show_help

bool CommandLine::show_help {false}

Definition at line 48 of file bitcoin.cpp.

◆ show_help_all

bool CommandLine::show_help_all {false}

Definition at line 49 of file bitcoin.cpp.

◆ show_version

bool CommandLine::show_version {false}

Definition at line 47 of file bitcoin.cpp.

◆ use_multiprocess

bool CommandLine::use_multiprocess {false}

Definition at line 46 of file bitcoin.cpp.


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