The status of force_callback
| 433 | } |
| 434 | /// The status of force_callback |
| 435 | CLI11_NODISCARD bool get_force_callback() const { return force_callback_; } |
| 436 | |
| 437 | /// Set the value of run_callback_for_default which controls whether the callback function should be called to set |
| 438 | /// the default This is controlled automatically but could be manipulated by the user. |
nothing calls this directly
no outgoing calls
no test coverage detected