perf: Loop over the bash variable directly instead of starting subprocesses. (#2333)
Today, the loop is printing the completions one value per line and then reading one line to a variable. We can just skip the whole IO rigamarole by looping over the completions directly.
J
Jeffrey Faer committed
10d4b48a79be3d4e89e6c45cb59f4d32a3d2ae19
Parent: 88b30ab
Committed by GitHub <noreply@github.com>
on 12/6/2025, 2:14:39 PM