Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CMullaney01/clitools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clitools

Building with CMake

Clone the repository and build using CMake:

cmake -S . -B build
cmake --build build

This will build all CLI tools in the tools/ directory (e.g., example, todo).

Running the Example

From the build/tools/examples/ directory (or wherever your executable is built):

./example greet Alice
./example math add 2 3

You can also run ./example to see help and available commands.

About

Do we love command line tools!? yes we do, lets start a library to make this easier for us!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors