Crate getopt

source ·
Expand description

getopt

getopt provides a minimalistic, (essentially) POSIX-compliant option parser.

Modules

Getopt prelude

Structs

A basic error type for getopt
A single option.
The current state of the parser.

Enums

What kinds of errors getopt can return.

Functions

Returns the next option character, if any.

Type Definitions

A specialized Result type for use with getopt