2 references to Argument
dotnet (1)
Commands\Help\HelpCommand.cs (1)
24
if (result.GetValue(definition.
Argument
) is string[] args && args is not [])
Microsoft.DotNet.Cli.Definitions (1)
Commands\Help\HelpCommandDefinition.cs (1)
23
Arguments.Add(
Argument
);