[][src]Crate pflag

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

Structs

Flag

A Flag represents the state of a flag.

FlagSet

A FlagSet represents a set of defined flags.

Traits

Value

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