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

Syntax

public static TBootstrapper AddPipelineCommand<TBootstrapper>(this TBootstrapper bootstrapper, string name, EngineCommandSettings commandSettings) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
commandSettings EngineCommandSettings

Return Value

Type Description
TBootstrapper