Add support for quick completions (#927)

This commit is contained in:
JT
2022-02-04 10:30:21 -05:00
committed by GitHub
parent 1a246d141e
commit 522a53af68
5 changed files with 13 additions and 1 deletions

View File

@ -15,5 +15,6 @@ nu-color-config = { path = "../nu-color-config" }
miette = { version = "3.0.0", features = ["fancy"] }
thiserror = "1.0.29"
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
log = "0.4"
is_executable = "1.0.1"