1 instantiation of WhyCommandArgs
NuGet.CommandLine.XPlat (1)
Commands\Why\WhyCommand.cs (1)
126var whyCommandArgs = new WhyCommandArgs
3 references to WhyCommandArgs
NuGet.CommandLine.XPlat (3)
Commands\Why\WhyCommand.cs (2)
61internal static void Register(Command rootCommand, Lazy<IAnsiConsole> console, Func<WhyCommandArgs, Task<int>> action) 126var whyCommandArgs = new WhyCommandArgs
Commands\Why\WhyCommandRunner.cs (1)
32public Task<int> ExecuteCommand(WhyCommandArgs whyCommandArgs)