1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-11 20:05:25 +02:00

partial completions bug ()

This commit is contained in:
Fernando Herrera
2022-03-04 17:53:00 +00:00
committed by GitHub
parent fbb2e7136c
commit 02dfb57ed1

2
Cargo.lock generated

@ -3392,7 +3392,7 @@ dependencies = [
[[package]] [[package]]
name = "reedline" name = "reedline"
version = "0.2.0" version = "0.2.0"
source = "git+https://github.com/nushell/reedline?branch=main#e9c1e37d7cd0d301362b2b900a85dcaf3de05d53" source = "git+https://github.com/nushell/reedline?branch=main#e75a3c340a6062c6843956a8ebca234b98f33f0d"
dependencies = [ dependencies = [
"chrono", "chrono",
"crossterm", "crossterm",