We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e9447 commit 8cdb5caCopy full SHA for 8cdb5ca
src/meshcore_cli/meshcore_cli.py
@@ -1441,7 +1441,7 @@ async def main(argv):
1441
with open(MCCLI_ADDRESS, encoding="utf-8") as f :
1442
address = f.readline().strip()
1443
1444
- opts, args = getopt.getopt(argv, "a:d:s:ht:p:b:jDhSlT:")
+ opts, args = getopt.getopt(argv, "a:d:s:ht:p:b:jDhvSlT:")
1445
for opt, arg in opts :
1446
match opt:
1447
case "-d" : # name specified on cmdline
0 commit comments