MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetupHelpOptions

Function SetupHelpOptions

src/util/system.cpp:742–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742void SetupHelpOptions(ArgsManager& args)
743{
744 args.AddArg("-?", "Print this help message and exit", ArgsManager::ALLOW_ANY, OptionsCategory::OPTIONS);
745 args.AddHiddenArgs({"-h", "-help"});
746}
747
748static const int screenWidth = 79;
749static const int optIndent = 2;

Callers 7

SetupBitcoinTxArgsFunction · 0.85
SetupCliArgsFunction · 0.85
SetupBitcoinUtilArgsFunction · 0.85
SetupServerArgsFunction · 0.85
SetupWalletToolArgsFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
SetupBenchArgsFunction · 0.85

Calls 2

AddArgMethod · 0.80
AddHiddenArgsMethod · 0.80

Tested by 1

FUZZ_TARGET_INITFunction · 0.68