Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CommandLineAction Class

Definition

Namespace:
System.CommandLine.Invocation
Assembly:
System.CommandLine.dll
Package:
System.CommandLine v3.0.0-preview.5.26302.115
Source:
CommandLineAction.cs
Source:
CommandLineAction.cs

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.

Defines a behavior associated with a command line symbol.

public ref class CommandLineAction abstract
public abstract class CommandLineAction
type CommandLineAction = class
Public MustInherit Class CommandLineAction
Inheritance
CommandLineAction
Derived

Properties

Name Description
ClearsParseErrors

Indicates that the action clears any parse errors associated with symbols other than one that owns the CommandLineAction.

Terminating

Indicates that the action terminates a command line invocation, and later actions are skipped.

Applies to


Feedback

Was this page helpful?