AddCommands<TBootstrapper>(TBootstrapper) Method
Adds all commands that implement ICommand from the entry assembly.
Namespace
Statiq.App
Containing Type
BootstrapperCommandExtensions

Syntax

public static TBootstrapper AddCommands<TBootstrapper>(this TBootstrapper bootstrapper) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper The bootstrapper.

Return Value

Type Description
TBootstrapper The current bootstrapper.