5 references to SourcesCommandNameDescription
NuGet.CommandLine.XPlat (5)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
28
var name = new Option<string>("--name", "-n") { Description = Strings.
SourcesCommandNameDescription
};
Commands\NuGet\Disable\DotnetNuGetDisableCommand.cs (1)
19
var nameArg = new Argument<string>("name") { Description = Strings.
SourcesCommandNameDescription
};
Commands\NuGet\Enable\DotnetNuGetEnableCommand.cs (1)
19
var nameArg = new Argument<string>("name") { Description = Strings.
SourcesCommandNameDescription
};
Commands\NuGet\Remove\DotnetNuGetRemoveCommand.cs (1)
27
var nameArg = new Argument<string>("name") { Description = Strings.
SourcesCommandNameDescription
};
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
27
var nameArg = new Argument<string>("name") { Description = Strings.
SourcesCommandNameDescription
};