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