mirror of
https://github.com/nushell/nushell.git
synced 2024-12-12 18:20:55 +01:00
649b3804c1
Typing `selector -qa` into nu would cause a `panic!` This was the case because the inner loop incremented the `idx` that was only checked in the outer loop and used it to index into `lite_cmd.parts[idx]` With the fix we now break loop. Co-authored-by: ahkrr <alexhk@protonmail.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |