Search Results for

    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(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX