Lots of functionality, including command history

This commit is contained in:
JP Stringham
2026-03-06 17:57:25 -05:00
parent 0218923390
commit 5e2aeaf19e
6 changed files with 247 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ clap = { version = "4.5.60", features = ["derive"] }
colored = "3.1.1"
enum-iterator = "2.3.0"
reqwest = { version = "0.13.2", features = ["blocking", "form"] }
rustyline = "17.0.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
shlex = "1.3.0"