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

Method from_config

examples/json.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 std::vector<CLI::ConfigItem> from_config(std::istream &input) const override {
66 json j;
67 input >> j;
68 return _from_config(j);
69 }
70
71 std::vector<CLI::ConfigItem>
72 _from_config(json j, std::string name = "", std::vector<std::string> prefix = {}) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected