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

Method pre_callback

include/CLI/App.hpp:925–925  ·  view source on GitHub ↗

This allows subclasses to inject code before callbacks but after parse. This does not run if any errors or help is thrown.

Source from the content-addressed store, hash-verified

923 ///
924 /// This does not run if any errors or help is thrown.
925 virtual void pre_callback() {}
926
927 ///@}
928 /// @name Parsing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected