Ignore underscores in the option name
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected