MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / SetupHelpOptions

Function SetupHelpOptions

src/common/args.cpp:705–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705void SetupHelpOptions(ArgsManager &args) {
706 args.AddArg("-?", "Print this help message and exit", false,
707 OptionsCategory::OPTIONS);
708 args.AddHiddenArgs({"-h", "-help"});
709}
710
711static const int screenWidth = 79;
712static const int optIndent = 2;

Callers 8

SetupBitcoinTxArgsFunction · 0.85
SetupCliArgsFunction · 0.85
SetupServerArgsFunction · 0.85
SetupWalletToolArgsFunction · 0.85
SetupSeederArgsMethod · 0.85
mainFunction · 0.85
FUZZ_TARGETFunction · 0.85
SetupBenchArgsFunction · 0.85

Calls 2

AddArgMethod · 0.80
AddHiddenArgsMethod · 0.80

Tested by 1

FUZZ_TARGETFunction · 0.68