1 type derived from BaseCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
71internal abstract class BaseCommand<TArgs, TDefinition> : BaseCommand<TDefinition>
1 reference to BaseCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
113/// Alternatively we can think of caching template groups early in <see cref="BaseCommand{TArgs}"/> later on.