Search Results for

    Show / Hide Table of Contents

    Interface IHelpTextGenerator

    Generates help text for a command line application.

    Namespace: McMaster.Extensions.CommandLineUtils.HelpText
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    public interface IHelpTextGenerator

    Methods

    | Improve this Doc View Source

    Generate(CommandLineApplication, TextWriter)

    Generate help text for the application.

    Declaration
    void Generate(CommandLineApplication application, TextWriter output)
    Parameters
    Type Name Description
    CommandLineApplication application
    System.IO.TextWriter output
    • Improve this Doc
    • View Source
    In This Article
    Back to top