hound-search / hound

Lightning fast code searching made easy
MIT License
5.68k stars 578 forks source link

Add support for manually setting a limit on results(copy) #464

Closed gmcaguilar closed 1 year ago

gmcaguilar commented 1 year ago

These changes were copied from https://github.com/hound-search/hound/pull/408 which was closed cause I accidentally pushed the main branch on the contributor's fork(I meant to push a copy of his branch with my changes instead of main).

I didn't make any other changes besides adding some tests for parseAsIntValue and parseAsUintValue.