[][src]Crate pflag

pflag is a port of spf13s' amazing Go package by the same name.

pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options. See http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html.

Modules

time

Temporal quantification.

Structs

Flag

A Flag represents the state of a flag.

FlagSet

A FlagSet represents a set of defined flags.

Slice

Slice is used for creating multi-valued flags.

ValueError

Traits

Value

Value is a trait representing the value stored in a flag.