- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Command Extensions
Syntax
public static TBootstrapper AddPipelineCommand<TBootstrapper>(this TBootstrapper bootstrapper, string name, string description, EngineCommandSettings commandSettings)
where TBootstrapper : IBootstrapper
Type Parameters
| Name | Description |
|---|---|
| TBootstrapper |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | TBootstrapper | |
| name | string | |
| description | string | |
| commandSettings | Engine |
Return Value
| Type | Description |
|---|---|
| TBootstrapper |