mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
version display
This commit is contained in:
parent
8cdb5caeee
commit
0e75620a47
1 changed files with 1 additions and 1 deletions
|
|
@ -1467,7 +1467,7 @@ async def main(argv):
|
|||
case "-T" :
|
||||
timeout = float(arg)
|
||||
case "-v":
|
||||
print (f"meshcore cli version {VERSION}")
|
||||
print (f"meshcore-cli: command line interface to MeshCore version {VERSION}")
|
||||
return
|
||||
case "-l" :
|
||||
devices = await BleakScanner.discover(timeout=timeout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue