Closed F-I-D-O closed 4 months ago
I found out that TCLAP does not support subcommands (i. e. keywords such as create
and benchmark
, where each has different parameters).
Therefore, I would like to use a library that does provide support for subcommands, such as the CLI11 library.
I don't force the TCLAP usage, but I'm against CLI11, it increases the build time significantly in my experience. What about Boost.Program_options?
Requirements:
main.cpp
to be shorter and more readable