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