Refer to: https://www.boost.org/doc/libs/1_37_0/doc/html/program_options/tutorial.html
mkdir build
cd build
cmake ..
cmake --build .
./bin/main
Fruits count: 30
./bin/main --name jon
Hi,jon!
Fruits count: 30
Refer to: https://www.boost.org/doc/libs/1_37_0/doc/html/program_options/tutorial.html
mkdir build
cd build
cmake ..
cmake --build .
./bin/main
Fruits count: 30
./bin/main --name jon
Hi,jon!
Fruits count: 30