Interface ISubCommandController
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public interface ISubCommandController
Methods
| Improve this Doc View SourceGetHelpText()
Declaration
string GetHelpText()
Returns
| Type | Description |
|---|---|
| String |
TryGetCommandCreator(String, out ISubCommandCreator)
Declaration
bool TryGetCommandCreator(string name, out ISubCommandCreator creator)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | |
| ISubCommandCreator | creator |
Returns
| Type | Description |
|---|---|
| Boolean |