p-ranav / argparse

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

Feature suggestion: the help page should print the available choices when possible #367

Open tlemo opened 1 month ago

tlemo commented 1 month ago

While argparse allows setting the set of valid choices, the help page doesn't take advantage of this.