adishavit / argh

Argh! A minimalist argument handler.
BSD 3-Clause "New" or "Revised" License
1.33k stars 93 forks source link

Add a documentation to a parameter? #39

Closed dcoeurjo closed 5 years ago

dcoeurjo commented 5 years ago

Nice project !

Is there a way to specify a short description of a parameter (which could be used to generate a kind of -h) ?

adishavit commented 5 years ago

Not at the moment. Argh is eager and minimal and does not currently automatically generate a usage message.

It is a feature I am considering but not at the cost of added complexity. I may add something like that with C++20 NTTP but that’s still experimental and in the future.

dcoeurjo commented 5 years ago

👌 thx