flag

package
v0.0.0-...-1c76c89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name": "flag",

	"ContinueOnError": flag.ContinueOnError,
	"ExitOnError":     flag.ExitOnError,
	"PanicOnError":    flag.PanicOnError,

	"CommandLine": flag.CommandLine,
	"ErrHelp":     flag.ErrHelp,
	"Usage":       flag.Usage,

	"Arg":           flag.Arg,
	"Args":          flag.Args,
	"Bool":          flag.Bool,
	"BoolVar":       flag.BoolVar,
	"Duration":      flag.Duration,
	"DurationVar":   flag.DurationVar,
	"Float64":       flag.Float64,
	"Float64Var":    flag.Float64Var,
	"Int":           flag.Int,
	"Int64":         flag.Int64,
	"Int64Var":      flag.Int64Var,
	"IntVar":        flag.IntVar,
	"NArg":          flag.NArg,
	"NFlag":         flag.NFlag,
	"Parse":         flag.Parse,
	"Parsed":        flag.Parsed,
	"PrintDefaults": flag.PrintDefaults,
	"Set":           flag.Set,
	"String":        flag.String,
	"StringVar":     flag.StringVar,
	"Uint":          flag.Uint,
	"Uint64":        flag.Uint64,
	"Uint64Var":     flag.Uint64Var,
	"UintVar":       flag.UintVar,
	"UnquoteUsage":  flag.UnquoteUsage,
	"Var":           flag.Var,
	"Visit":         flag.Visit,
	"VisitAll":      flag.VisitAll,

	"Flag":    qlang.StructOf((*flag.Flag)(nil)),
	"Lookup":  flag.Lookup,
	"flagset": flag.NewFlagSet,
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL