Check the status of fallthrough
| 1159 | |
| 1160 | /// Check the status of fallthrough |
| 1161 | CLI11_NODISCARD bool get_fallthrough() const { return fallthrough_; } |
| 1162 | |
| 1163 | /// Check the status of subcommand fallthrough |
| 1164 | CLI11_NODISCARD bool get_subcommand_fallthrough() const { return subcommand_fallthrough_; } |
nothing calls this directly
no outgoing calls
no test coverage detected