mirror of
https://github.com/nushell/nushell.git
synced 2025-08-05 05:59:29 +02:00
this checks if `search dir + it + mod.nu` exists and adds that to the completion items if so. i renamed the outter `it` to `search_dir` to avoid it being shadowed by the innermost one and avoid defining a binding with the same name.