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

Function get_subcommand_fallthrough

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

Check the status of subcommand fallthrough

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected