src.elv.sh/pkg/getopt.Context.Text (field)

7 uses

	src.elv.sh/pkg/getopt (current package)
		getopt.go#L93: 	Text string
		getopt.go#L239: 		ctx.Type, ctx.Text = Argument, elem
		getopt.go#L248: 			ctx.Type, ctx.Text = LongOption, elem[2:]
		getopt.go#L256: 				ctx.Type, ctx.Text = LongOption, elem[1:]
		getopt.go#L272: 		ctx.Type, ctx.Text = Argument, elem

	src.elv.sh/pkg/edit
		complete_getopt.go#L150: 			call(argHandler, ctx.Text)
		complete_getopt.go#L171: 			if strings.HasPrefix(opt.Long, ctx.Text) {