p-ranav / argparse

Argument Parser for Modern C++
MIT License
2.59k stars 244 forks source link

If given, show allowed choices in help message. #349

Open veimmone opened 4 months ago

veimmone commented 4 months ago

Previously, the only way for the user to get a list of allowed choices was to run the command with an incorrect choice. This commit adds the list of allowed choices to the help message.