HelpAction Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides command line help.
public ref class HelpAction sealed : System::CommandLine::Invocation::SynchronousCommandLineAction
	public sealed class HelpAction : System.CommandLine.Invocation.SynchronousCommandLineAction
	type HelpAction = class
    inherit SynchronousCommandLineAction
	Public NotInheritable Class HelpAction
Inherits SynchronousCommandLineAction
		- Inheritance
 
Constructors
| HelpAction() | 
Properties
| ClearsParseErrors | |
| MaxWidth | 
		 The maximum width in characters after which help output is wrapped.  | 
        	
| Terminating | 
		 Indicates that the action terminates a command line invocation, and later actions are skipped. (Inherited from CommandLineAction) | 
        	
Methods
| Invoke(ParseResult) | 
		 Performs an action when the associated symbol is invoked on the command line.  |