- Namespace
- Statiq
.App - Interfaces
- Base Types
-
- AsyncCommand
<TSettings> - BaseCommand
<TSettings> - EngineCommand
<TSettings> - PipelinesCommand
<TSettings>
- AsyncCommand
- Derived Types
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
Name | Summary |
---|---|
InteractiveCommand |