Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo

A demo of how to create a C++ cmdline tool

usage

# build it
make

# run
./demo --word=hello --repeat=3
# or
./demo -w hello -r 3

# the output will be 
hello
hello
hello

About

A demo of how to create a C++ cmdline tool

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages