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