src.elv.sh/pkg/getopt.Getopt.Config (field)

6 uses

	src.elv.sh/pkg/getopt (current package)
		getopt.go#L18: 	Config  Config
		getopt.go#L200: 		} else if g.Config.HasAll(DoubleDashTerminatesOptions) && elem == "--" {
		getopt.go#L210: 			if g.Config.HasAll(LongOnly) {
		getopt.go#L228: 			if g.Config.HasAll(FirstArgTerminatesOptions) {
		getopt.go#L254: 		if g.Config.HasAll(LongOnly) {

	src.elv.sh/pkg/edit
		complete_getopt.go#L110: 	g := getopt.Getopt{Options: opts.opts, Config: getopt.GNUGetoptLong}