Interface ISubCommandCreator
Namespace: Microsoft.DocAsCode.Plugins
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public interface ISubCommandCreator
Methods
| Improve this Doc View SourceCreate(String[], ISubCommandController, SubCommandParseOption)
Declaration
ISubCommand Create(string[] args, ISubCommandController controller, SubCommandParseOption option)
Parameters
Type | Name | Description |
---|---|---|
String[] | args | |
ISubCommandController | controller | |
SubCommandParseOption | option |
Returns
Type | Description |
---|---|
ISubCommand |
GetHelpText()
Declaration
string GetHelpText()
Returns
Type | Description |
---|---|
String |