EntryPoint
Show / Hide Table of Contents

Interface IHelpable

Syntax
public interface IHelpable

Properties

| Improve this Doc

HelpInvoked

Set when the user invokes -h/--help

Declaration
bool HelpInvoked { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc

OnHelpInvoked(String)

Invoked when the user invokes -h/--help

Declaration
void OnHelpInvoked(string helpText)
Parameters
Type Name Description
System.String helpText

The help string for this class

  • Improve this Doc