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