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

7 uses

	src.elv.sh/pkg/getopt (current package)
		getopt.go#L90: 	Option *ParsedOption
		getopt.go#L237: 		ctx.Type, ctx.Option = OptionArgument, opt
		getopt.go#L251: 			ctx.Type, ctx.Option = OptionArgument, newopt
		getopt.go#L259: 				ctx.Type, ctx.Option = OptionArgument, newopt
		getopt.go#L268: 				ctx.Type, ctx.Option = OptionArgument, newopts[len(newopts)-1]

	src.elv.sh/pkg/edit
		complete_getopt.go#L183: 		gen := opts.argGenerator[ctx.Option.Option]
		complete_getopt.go#L185: 			call(gen, ctx.Option.Argument)