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