How to use QCommandLineParser
to give a list of values for one argument? I would like to make this kind of program execution:
./exec -opt 1 2 3
Note that doing the following (as in How to use QCommandLineParser for arguments with multiple params?) is not the goal:
./exec -opt 1 -opt 2 -opt 3