MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / get_fallthrough

Function get_fallthrough

include/CLI/App.hpp:1161–1161  ·  view source on GitHub ↗

Check the status of fallthrough

Source from the content-addressed store, hash-verified

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_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected