MCPcopy Create free account
hub / github.com/adobe/hyde / command_line_args

Class command_line_args

sources/main.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316/**************************************************************************************************/
317
318struct command_line_args {
319 std::vector<std::string> _hyde;
320 std::vector<std::string> _clang;
321};
322
323command_line_args integrate_hyde_config(int argc, const char** argv) {
324 auto cmdline_first = &argv[1];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected