Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(derive): Set both about/long_about with doc comments
The main care about is that when we override a `flatten` / `subcommand` doc comment in a parent container, that we make sure we take nothing from the child container, rather than implicitly taking one `about` ut not `long_about`. To do this, and to play the most safe with long help detection, we reset `long_about` to default when there is no doc comment body to use for `long_about`. Fixes clap-rs#2983
- Loading branch information