mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
Args
This commit is contained in:
1 parent
4bd10bc102
commit
7829f6afca
1 file changed
+6
@@ -946,6 +946,12 @@ def initParser():
|
||||
|
||||
parser.add_argument(
|
||||
"--device-metadata", help="Get the device metadata from the node", action="store_true")
|
||||
|
||||
parser.add_argument(
|
||||
"--begin-edit", help="Tell the node to open a transaction to edit settings", action="store_true")
|
||||
|
||||
parser.add_argument(
|
||||
"--commit-edit", help="Tell the node to commit open settings transaction", action="store_true")
|
||||
|
||||
parser.add_argument(
|
||||
"--factory-reset", help="Tell the destination node to install the default config", action="store_true")
|
||||
|
||||
Reference in new issue
Block a user