Check the status of the allow windows style options
| 6121 | |
| 6122 | /// Check the status of the allow windows style options |
| 6123 | bool get_configurable() const { return configurable_; } |
| 6124 | |
| 6125 | /// Get the group of this subcommand |
| 6126 | const std::string &get_group() const { return group_; } |
no outgoing calls
no test coverage detected