Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 589 Bytes

File metadata and controls

11 lines (6 loc) · 589 Bytes

cpp-cli-menu

A very simple C++ library with just one function to print and navigate a menu, for those times when you want to do only one out of several independent things in one same binary, but you're too lazy to deal with command-line arguments.

You can find an usage example in main.cpp.

image

image

image