From 7cc65aa08aa74da8fe9017235bd8e43765556cb3 Mon Sep 17 00:00:00 2001 From: Michael Gillett <51103663+migillett@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:06:20 -0500 Subject: [PATCH] missed one --- meshtastic/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 44cc0cf..6c50cf2 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1344,7 +1344,6 @@ def addSelectionArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentParser "--dest", help="The destination node id for any sent commands, if not set '^all' or '^local' is assumed as appropriate", default=None, - nargs=1, metavar=("!XXXXXXXX", "0xXXXXXXXX"), )