JohnnyIrvin/shell-craft

Option to adjust the number of results returned

Closed this issue · 0 comments

Adding a command line option to adjust the number of results returned

Is your feature request related to a problem? Please describe.
Currently, the number of search results returned is fixed at a default value (one result). This may not be suitable for all users, as they may want to see more or fewer results depending on their needs.

Describe the solution you'd like
I would like to see an option added to the command line interface where a user can adjust the number of results returned. This option could be "-n" or "--number" followed by the desired number of results.

Describe alternatives you've considered
One alternative is to allow users to adjust the number of results through a configuration file or environment variable. However, this would add complexity to the setup and may not be as user-friendly as a command line option.