mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
args fixed
This commit is contained in:
parent
e3e944787a
commit
8cdb5caeee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue