2 references to ShortNameArgument
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\InstantiateCommandDefinition.cs (1)
25
Arguments.Add(
ShortNameArgument
);
Microsoft.TemplateEngine.Cli (1)
Commands\create\InstantiateCommandArgs.cs (1)
31
ShortName = parseResult.GetValue(command.Definition.
ShortNameArgument
);