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

Syntax

public static Bootstrapper AddCommand<TCommand>(this Bootstrapper bootstrapper) 
    where TCommand : class, ICommand

Type Parameters

Name Description
TCommand

Parameters

Name Type Description
bootstrapper Bootstrapper

Return Value

Type Description
Bootstrapper