Specify that the subcommand can be triggered by a config file
| 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) { |
no outgoing calls
no test coverage detected