src.elv.sh/pkg/getopt.Getopt.parseLong (method)

5 uses

	src.elv.sh/pkg/getopt (current package)
		getopt.go#L163: func (g *Getopt) parseLong(s string) (*ParsedOption, bool) {
		getopt.go#L203: 			newopt, needArg := g.parseLong(elem[2:])
		getopt.go#L211: 				newopt, needArg := g.parseLong(elem[1:])
		getopt.go#L250: 			newopt, _ := g.parseLong(elem[2:])
		getopt.go#L258: 				newopt, _ := g.parseLong(elem[1:])