MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / parse_subcommand

Method parse_subcommand

simcore/framework/src/cli/cli.hpp:7501–7503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7499 /// Wrap _parse_subcommand, perfectly forward arguments and return
7500 template <typename... Args>
7501 static decltype(auto) parse_subcommand(App *app, Args &&...args) {
7502 return app->_parse_subcommand(std::forward<Args>(args)...);
7503 }
7504#else
7505 /// Wrap _parse_short, perfectly forward arguments and return
7506 template <typename... Args>

Callers

nothing calls this directly

Calls 1

_parse_subcommandMethod · 0.80

Tested by

no test coverage detected