`verbose` option should have a description
Open
epic
- Dominant language
- C#
- Stars
- 478
- Forks
- 146
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 2
Description
```
public virtual Option Verbose { get; } = new("--verbose")
{
Description = "Display more information to the console."
}
```
Double check all commands that use this option to look like above!
Contributor guide
Assessment
This issue has not been assessed yet.