1 implementation of CreateShim
dotnet (1)
ShellShim\ShellShimRepository.cs (1)
24public void CreateShim(ToolCommand toolCommand, IReadOnlyList<FilePath> packagedShims = null)
1 reference to CreateShim
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
252shellShimRepository.CreateShim(newInstalledPackage.Command, newInstalledPackage.PackagedShims);