MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / string get_usage

Method string get_usage

include/CLI/App.hpp:1179–1181  ·  view source on GitHub ↗

Generate and return the usage.

Source from the content-addressed store, hash-verified

1177
1178 /// Generate and return the usage.
1179 CLI11_NODISCARD std::string get_usage() const {
1180 return (usage_callback_) ? usage_callback_() + '\n' + usage_ : usage_;
1181 }
1182
1183 /// Generate and return the footer.
1184 CLI11_NODISCARD std::string get_footer() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected