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