dotnet tools shouldn't error if no arguments are provided
Open
diagnostic global tooling
enhancement
good first issue
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 404
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 38
Description
Just print the help and drop the "Required command was not provided." .e.g
```
root@004561cfab39:/# dotnet counters
Required command was not provided.
Usage:
dotnet-counters [options] [command]
Options:
--version Display version information
Commands:
monitor Start monitoring a .NET application
list Display a list of counter names and descriptions, grouped by provider.
list-processes Display a list of dotnet processes that can be monitored.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.