- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Command Extensions
Syntax
public static Bootstrapper AddCommand<TCommand>(this Bootstrapper bootstrapper, string name)
where TCommand : class, ICommand
Type Parameters
Name | Description |
---|---|
TCommand |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | Bootstrapper | |
name | string |
Return Value
Type | Description |
---|---|
Bootstrapper |