mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
use prompt-toolkit for completion and history
This commit is contained in:
parent
c100891f00
commit
8f3831cfca
2 changed files with 59 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue