src.elv.sh/pkg/getopt.Option.Long (field)

9 uses

	src.elv.sh/pkg/getopt (current package)
		getopt.go#L54: 	Long string
		getopt.go#L166: 		if s == opt.Long {
		getopt.go#L168: 		} else if eq != -1 && s[:eq] == opt.Long {

	src.elv.sh/pkg/edit
		complete_getopt.go#L126: 		c := complexItem{Stem: "--" + opt.Long}
		complete_getopt.go#L159: 			if opt.Long != "" {
		complete_getopt.go#L165: 			if opt.Long != "" {
		complete_getopt.go#L171: 			if strings.HasPrefix(opt.Long, ctx.Text) {
		complete_getopt.go#L281: 			opt.Long = s
		complete_getopt.go#L286: 		if opt.Short == 0 && opt.Long == "" {