version display

This commit is contained in:
Florent 2025-04-30 09:29:29 +02:00
parent 8cdb5caeee
commit 0e75620a47

View file

@ -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)