src.elv.sh/pkg/cli.app.MaxHeight (field)

5 uses

	src.elv.sh/pkg/cli (current package)
		app.go#L58: 	MaxHeight         func() int
		app.go#L92: 		MaxHeight:         spec.MaxHeight,
		app.go#L105: 	if a.MaxHeight == nil {
		app.go#L106: 		a.MaxHeight = func() int { return -1 }
		app.go#L215: 	if maxHeight := a.MaxHeight(); maxHeight > 0 && maxHeight < height {