Description
CMake commands can be wrapped by a helper CLI for more convenient project workflows. It is useful for developers who want shortcuts or standardized invocation around repeated CMake configure and build steps.
Wrappers can hide flags and paths that affect build output. Review what commands expand to before using them in CI, release builds, or shared scripts.