1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-15 13:55:26 +02:00

Improve multiline history ()

This commit is contained in:
JT
2021-12-23 07:44:05 +11:00
committed by GitHub
parent 5d3b63fa90
commit 3389baa392

2
Cargo.lock generated

@ -2535,7 +2535,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#ae7e9301196cecd4acb0a1dbf390826ba99ea6a1" source = "git+https://github.com/nushell/reedline?branch=main#2ddeb76ff41dea499688133322f88a1a2ec5d910"
dependencies = [ dependencies = [
"chrono", "chrono",
"crossterm", "crossterm",