Set the value of force_callback
| 428 | |
| 429 | /// Set the value of force_callback |
| 430 | Option *force_callback(bool value = true) { |
| 431 | force_callback_ = value; |
| 432 | return this; |
| 433 | } |
| 434 | /// The status of force_callback |
| 435 | CLI11_NODISCARD bool get_force_callback() const { return force_callback_; } |
| 436 |
nothing calls this directly
no outgoing calls
no test coverage detected