use prompt-toolkit for completion and history

This commit is contained in:
Florent 2025-04-18 16:05:16 +02:00
parent c100891f00
commit 8f3831cfca
2 changed files with 59 additions and 5 deletions

View file

@ -17,7 +17,7 @@ classifiers = [
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [ "meshcore >= 1.9.6" ]
dependencies = [ "meshcore >= 1.9.6", "prompt_toolkit >= 3.0.50" ]
[project.urls]
Homepage = "https://github.com/fdlamotte/meshcore-cli"