MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / configurable

Method configurable

simcore/framework/src/cli/cli.hpp:5019–5022  ·  view source on GitHub ↗

Specify that the subcommand can be triggered by a config file

Source from the content-addressed store, hash-verified

5017
5018 /// Specify that the subcommand can be triggered by a config file
5019 App *configurable(bool value = true) {
5020 configurable_ = value;
5021 return this;
5022 }
5023
5024 /// Ignore underscore. Subcommands inherit value.
5025 App *ignore_underscore(bool value = true) {

Callers 4

copy_toMethod · 0.45
set_help_flagMethod · 0.45
set_help_all_flagMethod · 0.45
set_configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected