3 references to ShortNameArgument
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
138Arguments.Add(ShortNameArgument);
Microsoft.TemplateEngine.Cli (2)
Commands\list\ListCommandArgs.cs (1)
24string? newCommandArgument = parseResult.GetValue(newCommand.Definition.ShortNameArgument);
Commands\search\SearchCommandArgs.cs (1)
23string? newCommandArgument = parseResult.GetValue(newCommand.Definition.ShortNameArgument);