2 references to Option_Path
NuGet.CommandLine.XPlat (2)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
74
var path = new Option<string>("--path") { Description = Strings.
Option_Path
};
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
74
var path = new Option<string>("--path") { Description = Strings.
Option_Path
};