.NET 도구를 관리하고 NuGet에서 게시된 도구를 검색. 더 많은 정보: https://learn.microsoft.com/dotnet/core/tools/global-tools.
--global
은 로컬 도구에는 사용하지 않음):dotnet tool install --global {{dotnetsay}}
dotnet tool restore
--global
은 로컬 도구에는 사용하지 않음):dotnet tool update --global {{도구_이름}}
--global
은 로컬 도구에는 사용하지 않음):dotnet tool uninstall --global {{도구_이름}}
--global
은 로컬 도구에는 사용하지 않음):dotnet tool list --global
dotnet tool search {{검색_어구}}
dotnet tool --help