Interface ISubCommand
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public interface ISubCommand
Properties
| Improve this Doc View SourceAllowReplay
Declaration
bool AllowReplay { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
| Improve this Doc View SourceExec(SubCommandRunningContext)
Declaration
void Exec(SubCommandRunningContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SubCommandRunningContext | context |