Skip to content

BizArk.ConsoleApp.CmdLineHelpGenerator.HelpGenerator

Brian Brewder edited this page Apr 16, 2017 · 1 revision

Back to BizArk.ConsoleApp API Reference

Generates help text for a command-line object.

Constructors

  • public HelpGenerator(CmdLineParseResults results)

Properties

  • public CmdLineParseResults ParseResults { get; } - Gets the command-line parser results that are used to generate the help.

Methods

  • public string GetUsage() - Gets the usage line.
  • public string GetPropertyHelp(CmdLineProperty prop) - Gets the help text for a single property.

Clone this wiki locally