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

Method parse_subcommand

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

Source from the content-addressed store, hash-verified

1528
1529 /// Wrap _parse_subcommand, perfectly forward arguments and return
1530 template <typename... Args> static decltype(auto) parse_subcommand(App *app, Args &&...args) {
1531 return app->_parse_subcommand(std::forward<Args>(args)...);
1532 }
1533#else
1534 /// Wrap _parse_short, perfectly forward arguments and return
1535 template <typename... Args>

Callers

nothing calls this directly

Calls 1

_parse_subcommandMethod · 0.80

Tested by

no test coverage detected