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

Class SubcommandData

fuzz/fuzzApp.hpp:56–63  ·  view source on GitHub ↗

@brief class for extracting data for custom subcommand generation.

Source from the content-addressed store, hash-verified

54
55/// @brief class for extracting data for custom subcommand generation.
56class SubcommandData {
57 public:
58 std::string name{""};
59 std::string description{""};
60 std::string modifiers{""};
61 std::string data{""};
62 std::size_t next{std::string::npos};
63};
64
65SubcommandData extract_subcomand_info(const std::string &description_string, std::size_t index);
66

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected