How may I limit the number of suggested results?
If I add maxSize: 10 to the configuration, it will not work magically for apparent reasons.

I've tried to add an option --max-results 10 to the fd utility, but get no results at all:
--max-results <count>
Limit the number of search results to 'count' and quit immediately.

How may I limit the number of suggested results?
If I add
maxSize: 10to the configuration, it will not work magically for apparent reasons.I've tried to add an option
--max-results 10to thefdutility, but get no results at all: