Check the status of subcommand fallthrough
| 1162 | |
| 1163 | /// Check the status of subcommand fallthrough |
| 1164 | CLI11_NODISCARD bool get_subcommand_fallthrough() const { return subcommand_fallthrough_; } |
| 1165 | |
| 1166 | /// Check the status of the allow windows style options |
| 1167 | CLI11_NODISCARD bool get_allow_windows_style_options() const { return allow_windows_style_options_; } |
nothing calls this directly
no outgoing calls
no test coverage detected