1 implementation of Run
dotnet (1)
Commands\NuGet\NuGetCommand.cs (1)
43
public int
Run
(string[] args)
2 references to Run
dotnet (1)
Commands\NuGet\NuGetCommand.cs (1)
38
return nugetCommandRunner.
Run
(args);
dotnet.Tests (1)
CommandTests\NuGet\GivenANuGetCommand.cs (1)
89
.Setup(x => x.
Run
(It.IsAny<string[]>()))