wip: "full" finder

This commit is contained in:
2026-06-17 12:21:32 -04:00
parent 6fe61251ee
commit 3e5889d5c0
6 changed files with 90 additions and 30 deletions

View File

@@ -73,9 +73,7 @@ main :: proc() {
}
thread_count := os.get_processor_core_count()
for dir in paths {
walk(dir, &results, opts, thread_count)
}
walk(paths[:], &results, opts, thread_count)
for r in results {
fmt.println(r)