aicenter / ShoDi

0 stars 0 forks source link

Improve the argument parsing and provide more informative messages in case of invalid arguments #1

Closed F-I-D-O closed 4 months ago

F-I-D-O commented 4 years ago

Requirements:

neumannjan commented 4 years 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.

F-I-D-O commented 4 years ago

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?