From 2fa85bac1f6fd3333e3de8ba2e3733c5ebef3022 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 30 Jun 2025 00:21:15 -0700 Subject: [PATCH] typo --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 2474306..fb12931 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1468,7 +1468,7 @@ def addImportExportArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPar help="Specify a path to a yaml(.yml) file containing the desired settings for the connected device.", action="append", ) - parser.add_argument( + group.add_argument( "--export-config", nargs="?", const="-", # default to "-" if no value provided