We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fc614 commit 2fa85baCopy full SHA for 2fa85ba
1 file changed
meshtastic/__main__.py
@@ -1468,7 +1468,7 @@ def addImportExportArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPar
1468
help="Specify a path to a yaml(.yml) file containing the desired settings for the connected device.",
1469
action="append",
1470
)
1471
- parser.add_argument(
+ group.add_argument(
1472
"--export-config",
1473
nargs="?",
1474
const="-", # default to "-" if no value provided
0 commit comments