Show / Hide Table of Contents

    Class DefaultHelpTextGenerator

    A default implementation of help text generation.

    Inheritance
    System.Object
    DefaultHelpTextGenerator
    Implements
    IHelpTextGenerator
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: McMaster.Extensions.CommandLineUtils.HelpText
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public class DefaultHelpTextGenerator : IHelpTextGenerator

    Properties

    | Improve this Doc View Source

    Singleton

    A singleton instance of DefaultHelpTextGenerator.

    Declaration
    public static DefaultHelpTextGenerator Singleton { get; }
    Property Value
    Type Description
    DefaultHelpTextGenerator

    Methods

    | Improve this Doc View Source

    Generate(CommandLineApplication, TextWriter)

    Declaration
    public void Generate(CommandLineApplication application, TextWriter output)
    Parameters
    Type Name Description
    CommandLineApplication application
    System.IO.TextWriter output

    Implements

    IHelpTextGenerator
    • Improve this Doc
    • View Source
    Back to top Generated with docfx