src.elv.sh/pkg/getopt.Config.HasAll (method)

5 uses

	src.elv.sh/pkg/getopt (current package)
		getopt.go#L45: func (conf Config) HasAll(flags Config) bool {
		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) {