feat(cli): use rustyline for cmd entry, which allows for richer editing

This commit is contained in:
Khaïs COLIN 2025-05-04 18:36:43 +02:00
parent 6b49d3ca14
commit 3d4ab2e2e4
4 changed files with 158 additions and 15 deletions

View file

@ -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"