The default value (for help printing)
| 580 | |
| 581 | /// The default value (for help printing) |
| 582 | CLI11_NODISCARD std::string get_default_str() const { return default_str_; } |
| 583 | |
| 584 | /// Get the callback function |
| 585 | CLI11_NODISCARD callback_t get_callback() const { return callback_; } |
nothing calls this directly
no outgoing calls
no test coverage detected