dotnet / dotnet/command-line-api
help format suggestion: condense command usage and description
Open
Area-Help
enhancement
- Dominant language
- C#
- Stars
- 3.7k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Go from:
```
Test:
Do something with FILES.
Usage:
Test [options] [command]
Options:
```
To:
```
Usage: Test [options] [command]
Do something with FILES.
Options:
```
Contributor guide
Assessment
This issue has not been assessed yet.