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