Documentation ¶
Overview ¶
Package flag wraps flag primitives.
Index ¶
Constants ¶
View Source
const ContinueOnError = flag.ContinueOnError
ContinueOnError is an alias for flag.ContinueOnError.
Variables ¶
View Source
var ( Bool = flag.Bool CommandLine = flag.CommandLine Duration = flag.Duration Float64 = flag.Float64 Int = flag.Int Int64 = flag.Int64 Lookup = flag.Lookup NewFlagSet = flag.NewFlagSet Parse = flag.Parse String = flag.String StringVar = flag.StringVar Uint = flag.Uint Uint64 = flag.Uint64 Var = flag.Var )
Aliases for flag functions.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.