NDesk.Options

GIT Repository

NDesk.Options

NDesk.Options Namespace

Namespace

Types to help parse command-line options.

Type Description
Option Represents information about an option.
OptionContext Provides additional context information about the current NDesk.Options.Option which is being parsed.
OptionException Represents the error that occurs when there is an error parsing an NDesk.Options.Option.
OptionSet A class to parse program options.
OptionValueType Specifies whether or not a NDesk.Options.Option takes a value, and if it does, whether it's optional or required.