1 instantiation of ListCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.cs (1)
28
Add(new
ListCommand
(this, hostBuilder));
8 references to ListCommand
Microsoft.TemplateEngine.Cli (4)
Commands\create\InstantiateCommand.cs (2)
519
.WithSubcommand<
ListCommand
>()
528
.WithSubcommand<
ListCommand
>());
Commands\list\LegacyListCommand.cs (1)
36
PrintDeprecationMessage<LegacyListCommand,
ListCommand
>(args.ParseResult);
TemplateListCoordinator.cs (1)
183
.WithSubcommand<
ListCommand
>());
Microsoft.TemplateEngine.Cli.UnitTests (4)
ParserTests\ListTests.cs (1)
278
Assert.Equal("dotnet new list", Example.For<NewCommand>(parseResult).WithSubcommand<
ListCommand
>());
TemplateResolutionTests\ListTemplateResolverTests.cs (3)
551
var args = new ListCommandArgs((
ListCommand
)parseResult.CommandResult.Command, parseResult);
582
var args = new ListCommandArgs((
ListCommand
)parseResult.CommandResult.Command, parseResult);
604
return new ListCommandArgs((
ListCommand
)parseResult.CommandResult.Command, parseResult);