AddCommand<TCommand>(Bootstrapper, string) Method
Namespace
Statiq.App
Containing Type
BootstrapperCommandExtensions

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