Click or drag to resize

CommandLineParserDefaultUsagePrefix Property

Gets the default prefix for the command line usage information.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public static string DefaultUsagePrefix { get; }

Property Value

Type: String
A string consisting of the text "Usage: " followed by the file name of the application's entry point assembly.
See Also