limit view to 10 entries
This commit is contained in:
parent
de1c73e425
commit
71d4858189
@ -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 ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user