dotnet tool run

dotnet tool run --help

eg@debian:~$ dotnet tool run --help
Description:
  Run local tool.

Usage:
  dotnet tool run <COMMAND_NAME> [<toolArguments>...] [options]

Arguments:
  <COMMAND_NAME>   The command name of the tool to run.
  <toolArguments>  arguments forwarded to the tool

Options:
  -?, -h, --help  Show command line help.

Last updated