BaseCommand<TSettings> Class
A base command type that sets up logging and debugging.
Namespace
Statiq.App
Interfaces
Base Types
Derived Types
BaseCommand<TSettings>
AsyncCommand<TSettings>
IBaseCommand
EngineCommand<TSettings>

Syntax

public abstract class BaseCommand<TSettings> : AsyncCommand<TSettings>, IBaseCommand 
    where TSettings : BaseCommandSettings

Type Parameters

Name Description
TSettings The type of settings this command uses.

Constructors

Properties

Name Property Type Summary
Configurators IConfiguratorCollection
FileSystem IFileSystem
ServiceCollection IServiceCollection

Methods

Extension Methods