From 8cdb5caeeede60d894ab78ae8b6c1e3a5fa156c0 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 30 Apr 2025 09:27:08 +0200 Subject: [PATCH] args fixed --- src/meshcore_cli/meshcore_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshcore_cli/meshcore_cli.py b/src/meshcore_cli/meshcore_cli.py index 248e928..bb9014b 100644 --- a/src/meshcore_cli/meshcore_cli.py +++ b/src/meshcore_cli/meshcore_cli.py @@ -1441,7 +1441,7 @@ async def main(argv): with open(MCCLI_ADDRESS, encoding="utf-8") as f : address = f.readline().strip() - opts, args = getopt.getopt(argv, "a:d:s:ht:p:b:jDhSlT:") + opts, args = getopt.getopt(argv, "a:d:s:ht:p:b:jDhvSlT:") for opt, arg in opts : match opt: case "-d" : # name specified on cmdline