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

7 uses

	src.elv.sh/pkg/getopt (current package)
		getopt.go#L52: 	Short rune
		getopt.go#L127: 		if r == opt.Short {

	src.elv.sh/pkg/edit
		complete_getopt.go#L115: 		c := complexItem{Stem: "-" + string(opt.Short)}
		complete_getopt.go#L156: 			if opt.Short != 0 {
		complete_getopt.go#L177: 			if opt.Short != 0 {
		complete_getopt.go#L275: 			opt.Short = r
		complete_getopt.go#L286: 		if opt.Short == 0 && opt.Long == "" {