AddCommand<TBootstrapper>(TBootstrapper, Type, string) Method
Namespace
Statiq.App
Containing Type
BootstrapperCommandExtensions

Syntax

public static TBootstrapper AddCommand<TBootstrapper>(this TBootstrapper bootstrapper, Type commandType, string name) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
commandType Type
name string

Return Value

Type Description
TBootstrapper