p-ranav / argparse

Argument Parser for Modern C++
MIT License
2.7k stars 246 forks source link

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

Open tlemo opened 4 months ago

tlemo commented 4 months ago

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

leonav-unizar commented 1 week ago

+1 I have checked the pull requests and there is one that seems to have solved this issue, though it has not been merged. Maybe you can try it out: Link