dotnet / dotnet/command-line-api
When Description is empty, the description section should be ommitted from help.
Open
Area-Help
bug
help wanted
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Per title. For an empty description, the help currently shows:
```
Description:
```
The API treats descriptions as optional (`string?`), so the help should do too.
cc @adamsitnik @jonsequitur
Contributor guide
Assessment
This issue has not been assessed yet.