4 references to ShortNameArgument
Microsoft.TemplateEngine.Cli (4)
Commands\BaseCommand.cs (1)
97Reporter.Output.WriteCommand(Example.For<InstantiateCommand>(args.ParseResult).WithArgument(InstantiateCommand.ShortNameArgument, usedCommandAlias));
Commands\create\InstantiateCommand.cs (2)
23Arguments.Add(ShortNameArgument); 474? Example.For<InstantiateCommand>(instantiateArgs.ParseResult).WithArgument(ShortNameArgument, possibleMatch)
Commands\create\InstantiateCommandArgs.cs (1)
14ShortName = parseResult.GetValue(InstantiateCommand.ShortNameArgument);