Interface IHelpable
Syntax
public interface IHelpable
Properties
| Improve this DocHelpInvoked
Set when the user invokes -h/--help
Declaration
bool HelpInvoked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this DocOnHelpInvoked(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 |