MCPcopy Create free account
hub / github.com/CLIUtils/CLI11 / force_callback

Function force_callback

include/CLI/Option.hpp:430–433  ·  view source on GitHub ↗

Set the value of force_callback

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected