InteractiveCommand<TSettings> Class
graph BT Type-->Base0["PipelinesCommand<TSettings>"] Base0-->Base1["EngineCommand<TSettings>"] Base1-->Base2["BaseCommand<TSettings>"] Base2-->Base3["AsyncCommand<TSettings>"] Type-.->Interface0["IBaseCommand"] click Interface0 "/api/Statiq.Common/IBaseCommand" Type["InteractiveCommand<TSettings>"] class Type type-node Derived0["PreviewCommand"]-->Type click Derived0 "/api/Statiq.Web.Commands/PreviewCommand"

Syntax

[Description("Executes the specified pipelines and provides an interactive prompt when complete.")]
public class InteractiveCommand<TSettings> : PipelinesCommand<TSettings>, IBaseCommand 
    where TSettings : PipelinesCommandSettings

Attributes

Type Description
Description

Type Parameters

Name Description
TSettings

Constructors

Methods

Extension Methods