MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / ignore_underscore

Method ignore_underscore

include/CLI/Option.hpp:241–244  ·  view source on GitHub ↗

Ignore underscores in the option name

Source from the content-addressed store, hash-verified

239
240 /// Ignore underscores in the option name
241 OptionDefaults *ignore_underscore(bool value = true) {
242 ignore_underscore_ = value;
243 return this;
244 }
245
246 /// Disable overriding flag values with an '=<value>' segment
247 OptionDefaults *disable_flag_override(bool value = true) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected