src.elv.sh/pkg/cli/prompt.Prompt.config (field)

6 uses

	src.elv.sh/pkg/cli/prompt (current package)
		prompt.go#L14: 	config Config
		prompt.go#L79: 			ch <- p.config.Compute()
		prompt.go#L83: 		case <-time.After(p.config.StaleThreshold()):
		prompt.go#L86: 			p.update(p.config.StaleTransform(content))
		prompt.go#L93: 				p.update(p.config.StaleTransform(content))
		prompt.go#L138: 	eagerness := p.config.Eagerness()