13 references to ParserConfiguration
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.cs (1)
444
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
);
Microsoft.TemplateEngine.Cli.UnitTests (11)
ParserTests\InstantiateTests.cs (6)
259
ParseResult templateParseResult = parser.Parse(args.TokensToInvoke ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
321
ParseResult parseResult = parser.Parse($" new {command}", ParserFactory.
ParserConfiguration
);
325
ParseResult templateParseResult = templateCommandParser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
368
ParseResult templateParseResult = parser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
412
ParseResult templateParseResult = parser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
528
ParseResult templateParseResult = templateCommandParser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
ParserTests\InstantiateTests.Subcommand.cs (5)
87
ParseResult templateParseResult = parser.Parse(args.TokensToInvoke ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
150
ParseResult templateParseResult = parser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
185
ParseResult templateParseResult = parser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
228
ParseResult templateParseResult = parser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);
262
ParseResult templateParseResult = parser.Parse(args.RemainingArguments ?? Array.Empty<string>(), ParserFactory.
ParserConfiguration
);