1 write to FoldersArgument
Microsoft.DotNet.Cli.Definitions (1)
Commands\NuGet\NuGetCommandDefinition.cs (1)
114
FoldersArgument
= new Argument<string>("folders");
2 references to FoldersArgument
Microsoft.DotNet.Cli.Definitions (2)
Commands\NuGet\NuGetCommandDefinition.cs (2)
115
FoldersArgument
.AcceptOnlyFromAmong(["all", "http-cache", "global-packages", "plugins-cache", "temp"]);
117
Arguments.Add(
FoldersArgument
);