28 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 (1)
Crossgen2RootCommand.cs (1)
20new("input-file-path") { CustomParser = result => Helpers.BuildPathDictionary(result.Tokens, true), Description = "Input file(s)", Arity = ArgumentArity.OneOrMore };
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 (12)
Commands\Package\Download\PackageDownloadCommand.cs (2)
32Arity = ArgumentArity.OneOrMore, 64Arity = ArgumentArity.OneOrMore
Commands\PackageReferenceCommands\AddPackageReferenceCommand.cs (2)
50Arity = ArgumentArity.OneOrMore 62Arity = ArgumentArity.OneOrMore
Commands\PackageReferenceCommands\ListPackage\ListPackageCommand.cs (2)
47Arity = ArgumentArity.OneOrMore 95Arity = ArgumentArity.OneOrMore
Commands\PackageSearch\PackageSearchCommand.cs (1)
38Arity = ArgumentArity.OneOrMore
Commands\PushCommand.cs (1)
95Arity = ArgumentArity.OneOrMore,
Commands\Signing\SignCommand.cs (1)
34Arity = ArgumentArity.OneOrMore
Commands\Signing\VerifyCommand.cs (2)
31Arity = ArgumentArity.OneOrMore 43Arity = ArgumentArity.OneOrMore
Commands\Why\WhyCommand.cs (1)
99Arity = ArgumentArity.OneOrMore
System.CommandLine (1)
ArgumentArity.cs (1)
154: OneOrMore;