Documentation for the C# command-line option parsing library

OptStyle Enumeration

The platform style of option

public enum OptStyle

Members

Member Name Description
Windows Windows style of options (/opt)
Unix Unix style of options (--opt, -o)

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

CommandLine.OptParse Namespace