7 references to CheckTemplatesWithSubCommandName
Microsoft.TemplateEngine.Cli (7)
Commands\create\InstantiateCommand.cs (1)
186
await
CheckTemplatesWithSubCommandName
(instantiateArgs, templatePackageManager, cancellationToken).ConfigureAwait(false);
Commands\details\DetailsCommand.cs (1)
56
await
CheckTemplatesWithSubCommandName
(args, templatePackageManager, cancellationToken).ConfigureAwait(false);
Commands\install\InstallCommand.cs (1)
28
await
CheckTemplatesWithSubCommandName
(args, templatePackageManager, cancellationToken).ConfigureAwait(false);
Commands\list\ListCommand.cs (1)
28
await
CheckTemplatesWithSubCommandName
(args, templatePackageManager, cancellationToken).ConfigureAwait(false);
Commands\search\SearchCommand.cs (1)
28
await
CheckTemplatesWithSubCommandName
(args, templatePackageManager, cancellationToken).ConfigureAwait(false);
Commands\uninstall\UninstallCommand.cs (1)
28
await
CheckTemplatesWithSubCommandName
(args, templatePackageManager, cancellationToken).ConfigureAwait(false);
Commands\update\UpdateCommand.cs (1)
35
await
CheckTemplatesWithSubCommandName
(args, templatePackageManager, cancellationToken).ConfigureAwait(false);