2 references to ParserConfiguration
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.cs (1)
415
ParseResult parseResult = parser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
Commands\create\InstantiateCommand.TabCompletion.cs (1)
67
ParseResult parseResult = parser.Parse(context.CommandLineText, ParserFactory.
ParserConfiguration
);