logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

This article applies to: ✔️ .NET Core 3.1 SDK and later versions

Arguments

COMMAND_NAME

         The command name of the tool to run.

Description

       The  dotnettoolrun  command searches tool manifest files that are in scope for the current directory.
       When it finds a reference to the specified tool, it runs the tool.  For more information,  see  Invoke  a
       local tool.

Dotnet Tool Run

Thisarticleappliesto: ✔️ .NET Core 3.1 SDK and later versions

Name

       dotnet-tool-run - Invokes a local tool.

Options

-?|-h|--help

         Prints out a description of how to use the command.

   Exampledotnettoolrundotnetsay

         Runs the dotnetsay local tool.

See Also

       • .NET tools

       • Tutorial: Install and use a .NET local tool using the .NET CLI

                                                   2024-10-02                                 dotnet-tool-run(1)

Synopsis

              dotnet tool run <COMMAND NAME>

              dotnet tool run -h|--help

See Also