21 references to OneOrMore
Aspire.RuntimeIdentifier.Tool (1)
Program.cs (1)
38Arity = ArgumentArity.OneOrMore,
cdac-build-tool (1)
ComposeCommand.cs (1)
13private readonly Argument<string[]> inputFiles = new("INPUT [INPUTS...]") { Arity = ArgumentArity.OneOrMore, Description = "One or more input files" };
crossgen2 (2)
Crossgen2RootCommand.cs (2)
20new("input-file-path") { CustomParser = result => Helpers.BuildPathDictionary(result.Tokens, true), Description = "Input file(s)", Arity = ArgumentArity.OneOrMore }; 90new("--targetarch") { CustomParser = MakeTargetArchitecture, DefaultValueFactory = MakeTargetArchitecture, Description = SR.TargetArchOption, Arity = ArgumentArity.OneOrMore, HelpName = "arg" };
ilasm (1)
IlasmRootCommand.cs (1)
13new("input-file-paths") { Description = "Input IL source file(s)", Arity = ArgumentArity.OneOrMore };
ilc (1)
ILCompilerRootCommand.cs (1)
18new("input-file-path") { CustomParser = result => Helpers.BuildPathDictionary(result.Tokens, true), Description = "Input file(s)", Arity = ArgumentArity.OneOrMore };
Microsoft.DotNet.Cli.Definitions (10)
Commands\NuGet\NuGetCommandDefinition.cs (4)
54Arity = ArgumentArity.OneOrMore 129Arity = ArgumentArity.OneOrMore 197Arity = ArgumentArity.OneOrMore 360Arity = ArgumentArity.OneOrMore
Commands\Package\PackageRemoveCommandDefinition.cs (1)
29Arity = ArgumentArity.OneOrMore,
Commands\Reference\ReferenceAddCommandDefinition.cs (1)
25Arity = ArgumentArity.OneOrMore,
Commands\Reference\ReferenceRemoveCommandDefinition.cs (1)
23Arity = ArgumentArity.OneOrMore,
Commands\Tool\StoreCommandDefinition.cs (1)
22Arity = ArgumentArity.OneOrMore
Commands\Workload\WorkloadCommandDefinitionBase.cs (1)
27Arity = ArgumentArity.OneOrMore,
Common\CommonOptions.cs (1)
121Arity = ArgumentArity.OneOrMore,
NuGet.CommandLine.XPlat (4)
Commands\Package\Download\PackageDownloadCommand.cs (2)
32Arity = ArgumentArity.OneOrMore, 64Arity = ArgumentArity.OneOrMore
Commands\PackageSearch\PackageSearchCommand.cs (1)
39Arity = ArgumentArity.OneOrMore
Commands\Why\WhyCommand.cs (1)
109Arity = ArgumentArity.OneOrMore
System.CommandLine (1)
ArgumentArity.cs (1)
154: OneOrMore;