See if the callback has been run already
| 766 | |
| 767 | /// See if the callback has been run already |
| 768 | CLI11_NODISCARD bool get_callback_run() const { return (current_option_state_ == option_state::callback_run); } |
| 769 | |
| 770 | ///@} |
| 771 | /// @name Custom options |
nothing calls this directly
no outgoing calls
no test coverage detected