Show / Hide Table of Contents

    Interface ISubCommandCreator

    Namespace:Microsoft.DocAsCode.Plugins
    Assembly:Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface ISubCommandCreator

    Methods

    | Improve this Doc View Source

    Create(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
    | Improve this Doc View Source

    GetHelpText()

    Declaration
    string GetHelpText()
    Returns
    Type Description
    String

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX