- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Command Extensions
Syntax
public static TBootstrapper AddPipelineCommand<TBootstrapper>(this TBootstrapper bootstrapper, string name, bool defaultPipelines, params string[] pipelines)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
name | string | |
defaultPipelines | bool | |
pipelines | string[] |
Return Value
Type | Description |
---|---|
TBootstrapper |