Click or drag to resize

ParseOptionsOut Property

Gets or sets the output TextWriter used to print usage information if argument parsing fails or is cancelled.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntax
public TextWriter? Out { get; set; }

Property Value

Type: TextWriter
The TextWriter used to print usage information, or to print to a LineWrappingTextWriter for the standard output stream (Out). The default value is .
Remarks
If argument parsing is successful, nothing will be written.
See Also