mirror of
https://github.com/jarro2783/cxxopts.git
synced 2026-08-30 09:59:26 +02:00
Some positional parameters would be listed in the help text and others would not, when what is desired is that no positional parameters are listed with the other command options. This change suppresses the help listing for all positional parameters.