The environment variable associated to this value
| 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_; } |
nothing calls this directly
no outgoing calls
no test coverage detected