murarth / gumdrop

Rust option parser with custom derive support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide default help text for --help

ssokolow opened this issue · comments

If you're already assigning magical behaviour to naming a boolean argument help, it seems like a wart to not include a default help string in that magic behaviour.

Among other reasons, if the help string is provided by default, most users will only need the single help: bool, line for it.