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

Syntax

public static TBootstrapper AddPipelineCommand<TBootstrapper>(this TBootstrapper bootstrapper, string name, string description, params string[] pipelines) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
description string
pipelines string[]

Return Value

Type Description
TBootstrapper