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

Method string get_envname

include/CLI/Option.hpp:573–573  ·  view source on GitHub ↗

The environment variable associated to this value

Source from the content-addressed store, hash-verified

571
572 /// The environment variable associated to this value
573 CLI11_NODISCARD std::string get_envname() const { return envname_; }
574
575 /// The set of options needed
576 CLI11_NODISCARD std::set<Option *> get_needs() const { return needs_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected