Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 149 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 149 Bytes

C++ CLI

Simple, modular, and extensible cli template written in dependency-free cpp.

Building

mkdir build
cd build
cmake ..
make