1 instantiation of ConfigGetArgs
NuGet.CommandLine.XPlat (1)
Commands\ConfigCommands\ConfigCommand.cs (1)
160
var args = new
ConfigGetArgs
()
2 references to ConfigGetArgs
NuGet.CommandLine.XPlat (2)
Commands\ConfigCommands\ConfigCommand.cs (1)
160
var
args = new ConfigGetArgs()
Commands\ConfigCommands\ConfigRunners.cs (1)
52
public static int Run(
ConfigGetArgs
args, Func<ILogger> getLogger)