src.elv.sh/pkg/cli/prompt.Config.Eagerness (field)

5 uses

	src.elv.sh/pkg/cli/prompt (current package)
		prompt.go#L38: 	Eagerness func() int
		prompt.go#L62: 	if cfg.Eagerness == nil {
		prompt.go#L63: 		cfg.Eagerness = func() int { return defaultEagerness }
		prompt.go#L138: 	eagerness := p.config.Eagerness()

	src.elv.sh/pkg/edit
		prompt.go#L80: 		Eagerness: func() int { return eagernessVar.GetRaw().(int) },