Documentation for the C# command-line option parsing library

UnixShortOption Enumeration

Specify how short options may be given for Unix-style arguments

public enum UnixShortOption

Members

Member Name Description
CollapseShort Allow short arguments to be collapsed.
ShortSeparated Short options must be separated, and values do not need a space after the name

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

CommandLine.OptParse Namespace