Make clap's generated help messages not distinguish "flags" and "options"
Josh Triplett
created
Clap normally distinguishes between "flags" (which don't take a value)
and "options" (which take a value), displaying them separately in help.
Enable the UnifiedHelpMessage setting, to unify these two in generated
help messages.