标签: c++ parsing command-line
我想使用TCLAP制作自定义cmd参数 我想要这个以下语法 file.exe -a -b <string> <string> file.exe -c <string> 我怎么能这样做?
file.exe -a -b <string> <string>
file.exe -c <string>