limit view to 10 entries
This commit is contained in:
		| @@ -40,7 +40,8 @@ export class InteractiveSource extends OptionSource { | ||||
|         value = await new AutoComplete ({ | ||||
|           message: this.get_message (opt), | ||||
|           default: opt.default, | ||||
|           choices: opt.preset | ||||
|           choices: opt.preset, | ||||
|           limit:   10 | ||||
|         }) | ||||
|           .run (); | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user