diagnostics icon indicating copy to clipboard operation
diagnostics copied to clipboard

dotnet tools shouldn't error if no arguments are provided

Open davidfowl opened this issue 6 years ago • 2 comments

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 <counter_list>    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.

davidfowl avatar Sep 29 '19 22:09 davidfowl