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

3 uses

	src.elv.sh/pkg/getopt (current package)
		getopt.go#L136: func (g *Getopt) parseShort(s string) ([]*ParsedOption, bool) {
		getopt.go#L218: 				newopts, needArg := g.parseShort(elem[1:])
		getopt.go#L262: 			newopts, _ := g.parseShort(elem[1:])