Clone the repository and build using CMake:
cmake -S . -B build
cmake --build buildThis will build all CLI tools in the tools/ directory (e.g., example, todo).
From the build/tools/examples/ directory (or wherever your executable is built):
./example greet Alice
./example math add 2 3You can also run ./example to see help and available commands.