cl-repl: Switch from argh to argwerk

This commit is contained in:
2024-04-22 02:03:04 -05:00
parent a3bb1ef447
commit 2ed8481489
3 changed files with 35 additions and 21 deletions

View File

@@ -16,4 +16,4 @@ cl-token = { path = "../cl-token" }
cl-parser = { path = "../cl-parser" }
cl-interpret = { path = "../cl-interpret" }
repline = { path = "../../repline" }
argh = "0.1.12"
argwerk = "0.20.4"