feat(cli): use rustyline for cmd entry, which allows for richer editing
This commit is contained in:
parent
6b49d3ca14
commit
3d4ab2e2e4
4 changed files with 158 additions and 15 deletions
|
|
@ -6,6 +6,7 @@ authors = ["Khaïs COLIN"]
|
|||
|
||||
[dependencies]
|
||||
ariadne = "0.5.1"
|
||||
rustyline = { version = "15.0.0", default-features = false, features = ["with-file-history"] }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.43.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue